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 Arfrever, brett.cannon, eric.snow, larry, ncoghlan
Date 2013-12-15.10:24:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387103045.85.0.241011197068.issue19700@psf.upfronthosting.co.za>
In-reply-to
Content
Final patch that reflects the version I'm about to commit. It includes appropriate docs updates, and ensures __main__.__spec__ is None in the cases where the import system isn't involved in initialising main.
History
Date User Action Args
2013-12-15 10:24:07ncoghlansetrecipients: + ncoghlan, brett.cannon, larry, Arfrever, eric.snow
2013-12-15 10:24:05ncoghlansetmessageid: <1387103045.85.0.241011197068.issue19700@psf.upfronthosting.co.za>
2013-12-15 10:24:05ncoghlanlinkissue19700 messages
2013-12-15 10:24:05ncoghlancreate