[issue16018] Impossible ... line in tutorial

Ezio Melotti report at bugs.python.org
Mon Sep 24 16:22:16 CEST 2012


Ezio Melotti added the comment:

Is it?

Python 3.2.3 (default, May  3 2012, 15:54:42) 
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> # try to access an undefined variable
... n
Traceback (most recent call last):
  File "<stdin>", line 2, in <module>
NameError: name 'n' is not defined
>>>

----------
nosy: +ezio.melotti
resolution:  -> invalid
stage:  -> committed/rejected
status: open -> closed
type:  -> enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16018>
_______________________________________


More information about the Python-bugs-list mailing list