Message313238
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. |
|
Date |
User |
Action |
Args |
2018-03-05 06:43:40 | terry.reedy | set | recipients:
+ terry.reedy, cheryl.sabella |
2018-03-05 06:43:40 | terry.reedy | set | messageid: <1520232220.9.0.467229070634.issue32984@psf.upfronthosting.co.za> |
2018-03-05 06:43:40 | terry.reedy | link | issue32984 messages |
2018-03-05 06:43:40 | terry.reedy | create | |
|