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 eric.snow
Recipients benjamin.peterson, brett.cannon, eric.snow, pjenvey
Date 2012-04-18.05:12:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334725961.53.0.0499381725384.issue14609@psf.upfronthosting.co.za>
In-reply-to
Content
3.3.0a2+:

>>> import x
>>> x
<module 'x' from './x.py'>
>>> import sys
>>> sys.modules['x']
5
>>> x
5
History
Date User Action Args
2012-04-18 05:12:41eric.snowsetrecipients: + eric.snow, brett.cannon, pjenvey, benjamin.peterson
2012-04-18 05:12:41eric.snowsetmessageid: <1334725961.53.0.0499381725384.issue14609@psf.upfronthosting.co.za>
2012-04-18 05:12:40eric.snowlinkissue14609 messages
2012-04-18 05:12:40eric.snowcreate