This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ezio.melotti
Recipients Ramchandra Apte, docs@python, ezio.melotti
Date 2012-09-24.14:22:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348496536.73.0.820722274855.issue16018@psf.upfronthosting.co.za>
In-reply-to
Content
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
>>>
History
Date User Action Args
2012-09-24 14:22:16ezio.melottisetrecipients: + ezio.melotti, docs@python, Ramchandra Apte
2012-09-24 14:22:16ezio.melottisetmessageid: <1348496536.73.0.820722274855.issue16018@psf.upfronthosting.co.za>
2012-09-24 14:22:16ezio.melottilinkissue16018 messages
2012-09-24 14:22:16ezio.melotticreate