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 terry.reedy
Recipients cheryl.sabella, terry.reedy
Date 2018-03-05.06:43:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
With the PR, IDLE behaves the same as Python on Windows.
   .../3x> python -m idlelib -r f:/python/a/tem2.py
(see original post for content of tem2.py)
prints __file__ instead of raising NameError, while
  >>> __file__ continues to raise NameError

Cheryl, I really expect the PR to work on linux, but can you manually test it anyway?  If you think the blurb needs rst markup and feel like adding some, go ahead.
History
Date User Action Args
2018-03-05 06:43:40terry.reedysetrecipients: + terry.reedy, cheryl.sabella
2018-03-05 06:43:40terry.reedysetmessageid: <[email protected]>
2018-03-05 06:43:40terry.reedylinkissue32984 messages
2018-03-05 06:43:40terry.reedycreate