[issue16015] impossible ... line in tutorial

2012-09-24 Thread Ramchandra Apte
Ramchandra Apte added the comment: Oops! The last message should be in a new issue. -- ___ Python tracker ___ ___ Python-bugs-list mai

[issue16015] impossible ... line in tutorial

2012-09-24 Thread Ramchandra Apte
Ramchandra Apte added the comment: In http://docs.python.org/dev/tutorial/introduction.html, there is an ... line which is impossible in that case: Variables must be “defined” (assigned a value) before they can be used, or an error will occur: >>> >>> # try to access an undefined variable ...