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 francismb
Recipients Todd.Rovito, francismb, roger.serwy, terry.reedy
Date 2013-06-23.19:44:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372016677.88.0.00589965503891.issue18288@psf.upfronthosting.co.za>
In-reply-to
Content
From Idle editor window (F5): 
>>> 
Traceback (most recent call last):
  File "/home/ci/Prog/mypy/tem2.py", line 1, in <module>
    print(__file__)
NameError: name '__file__' is not defined
>>>
History
Date User Action Args
2013-06-23 19:44:37francismbsetrecipients: + francismb, terry.reedy, roger.serwy, Todd.Rovito
2013-06-23 19:44:37francismbsetmessageid: <1372016677.88.0.00589965503891.issue18288@psf.upfronthosting.co.za>
2013-06-23 19:44:37francismblinkissue18288 messages
2013-06-23 19:44:37francismbcreate