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, kristjan.jonsson, methane, pconnell, pje
Date 2013-04-05.12:36:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365165366.53.0.588699184722.issue17636@psf.upfronthosting.co.za>
In-reply-to
Content
It won't conflict with attributes. Only if the attribute does not exist on the module already will it fall back to sys.modules. If the import finished then any attribute created from the import will already be there and thus not be an issue.

But to make sure this isn't a problem we can make sure there is a test in this instance.
History
Date User Action Args
2013-04-05 12:36:06brett.cannonsetrecipients: + brett.cannon, pje, kristjan.jonsson, methane, eric.snow, pconnell
2013-04-05 12:36:06brett.cannonsetmessageid: <1365165366.53.0.588699184722.issue17636@psf.upfronthosting.co.za>
2013-04-05 12:36:06brett.cannonlinkissue17636 messages
2013-04-05 12:36:06brett.cannoncreate