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 r.david.murray
Recipients Pathangi Jatinshravan, martin.panter, r.david.murray
Date 2015-10-11.03:36:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444534609.02.0.79338542461.issue25372@psf.upfronthosting.co.za>
In-reply-to
Content
I'm no expert on pep 302 either, but I'm guessing this is an intentional part of the design.  You'll note that updating the namespace is *not* mentioned as one of the things load_module has to do.  The update of the namespace is something the import system as a whole implements, and I'm not sure where it happens (probably __import__/import_module).

Unless you are saying that this is a regression, it doesn't really matter if it was intentional or not, since if it is not a regression then it's been that way for a long time.
History
Date User Action Args
2015-10-11 03:36:49r.david.murraysetrecipients: + r.david.murray, martin.panter, Pathangi Jatinshravan
2015-10-11 03:36:49r.david.murraysetmessageid: <1444534609.02.0.79338542461.issue25372@psf.upfronthosting.co.za>
2015-10-11 03:36:48r.david.murraylinkissue25372 messages
2015-10-11 03:36:48r.david.murraycreate