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 ncoghlan
Recipients berker.peksag, brett.cannon, eric.snow, ncoghlan
Date 2013-10-26.15:51:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382802712.58.0.456707647468.issue18864@psf.upfronthosting.co.za>
In-reply-to
Content
Something else we may be able to fix (albeit probably not in 3.4): several of the issues noted in PEP 395 (since __main__.__spec__.name will give the real module name, even when __name__ is set to "__main__" or otherwise modified)
History
Date User Action Args
2013-10-26 15:51:52ncoghlansetrecipients: + ncoghlan, brett.cannon, eric.snow, berker.peksag
2013-10-26 15:51:52ncoghlansetmessageid: <1382802712.58.0.456707647468.issue18864@psf.upfronthosting.co.za>
2013-10-26 15:51:52ncoghlanlinkissue18864 messages
2013-10-26 15:51:52ncoghlancreate