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, r.david.murray
Date 2016-05-12.20:08:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463083708.27.0.834492782986.issue27012@psf.upfronthosting.co.za>
In-reply-to
Content
You're correct that it could break code checking the module's __name__ value if that was changed.

As for why I care, it sucks trying to import this module for any reason. Any place you touch this module you have to proper try/except ImportError checks to work around its multiple names. I just personally think it's a bit silly to have to do that.

Anyway, there's a reason why I marked this a low priority. :)
History
Date User Action Args
2016-05-12 20:08:28brett.cannonsetrecipients: + brett.cannon, r.david.murray
2016-05-12 20:08:28brett.cannonsetmessageid: <1463083708.27.0.834492782986.issue27012@psf.upfronthosting.co.za>
2016-05-12 20:08:28brett.cannonlinkissue27012 messages
2016-05-12 20:08:28brett.cannoncreate