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 eric.snow
Recipients Arfrever, brett.cannon, eric.snow, ncoghlan
Date 2014-03-29.21:06:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396127197.84.0.661432738762.issue19711@psf.upfronthosting.co.za>
In-reply-to
Content
Regarding this issue, keep in mind that namespace packages have a dynamic __path__ which already updates (effectively) when new portions are added to sys.path.  So we just need to make sure that reloading does not break that.

To that end, here's a much simpler patch (with passing tests) that verifies that PEP 451 did not break anything here.
History
Date User Action Args
2014-03-29 21:06:37eric.snowsetrecipients: + eric.snow, brett.cannon, ncoghlan, Arfrever
2014-03-29 21:06:37eric.snowsetmessageid: <1396127197.84.0.661432738762.issue19711@psf.upfronthosting.co.za>
2014-03-29 21:06:37eric.snowlinkissue19711 messages
2014-03-29 21:06:36eric.snowcreate