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 christian.heimes
Recipients christian.heimes, erno
Date 2008-01-31.13:29:53
SpamBayes Score 0.02703624
Marked as misclassified No
Message-id <1201786257.46.0.732603301179.issue1980@psf.upfronthosting.co.za>
In-reply-to
Content
The issue is already fixed in the 2.5 and 2.6. 2.5.2 is going to be
released in a couple of weeks.

$ python2.5 test.py
> /home/heimes/dev/python/trunk/test.py(4)<module>()
-> print __file__
(Pdb) n
test.py
--Return--
> /home/heimes/dev/python/trunk/test.py(4)<module>()->None
-> print __file__
(Pdb) n
History
Date User Action Args
2008-01-31 13:30:57christian.heimessetspambayes_score: 0.0270362 -> 0.02703624
recipients: + christian.heimes, erno
2008-01-31 13:30:57christian.heimessetspambayes_score: 0.0270362 -> 0.0270362
messageid: <1201786257.46.0.732603301179.issue1980@psf.upfronthosting.co.za>
2008-01-31 13:29:53christian.heimeslinkissue1980 messages
2008-01-31 13:29:53christian.heimescreate