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 brett.cannon
Recipients brett.cannon, eric.snow, ncoghlan
Date 2016-01-17.02:34:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452998085.58.0.148903144883.issue21762@psf.upfronthosting.co.za>
In-reply-to
Content
Yeah, which is why it will take a transition to get people to start mucking with __spec__ instead of the module attributes for their legitimate/questionable needs (although the whole `__name__ == '__main__'` idiom means __name__ will never go away while __path__, __package__, __loader__, __file__, and __cached__ could all slowly go away).
History
Date User Action Args
2016-01-17 02:34:45brett.cannonsetrecipients: + brett.cannon, ncoghlan, eric.snow
2016-01-17 02:34:45brett.cannonsetmessageid: <1452998085.58.0.148903144883.issue21762@psf.upfronthosting.co.za>
2016-01-17 02:34:45brett.cannonlinkissue21762 messages
2016-01-17 02:34:45brett.cannoncreate