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 rhettinger
Recipients rhettinger, terry.reedy
Date 2019-09-09.21:13:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568063584.53.0.428247792791.issue38077@roundup.psfhosted.org>
In-reply-to
Content
Reproducer:

1) Turn-on IDLE
2) Create an empty file called: tmp.py
3) Press F5 to run the empty file
4) In the output shell window, type dir() which gives

>>> dir()
['__annotations__', '__builtins__', '__doc__', '__file__', '__loader__', '__name__', '__package__', '__spec__', 'argv']
History
Date User Action Args
2019-09-09 21:13:04rhettingersetrecipients: + rhettinger, terry.reedy
2019-09-09 21:13:04rhettingersetmessageid: <1568063584.53.0.428247792791.issue38077@roundup.psfhosted.org>
2019-09-09 21:13:04rhettingerlinkissue38077 messages
2019-09-09 21:13:04rhettingercreate