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, ronaldoussoren
Date 2013-12-08.05:46:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386481572.34.0.223814087814.issue19851@psf.upfronthosting.co.za>
In-reply-to
Content
The problem was that importlib.reload() was not passing the parent's __path__ to importlib._bootstrap._find_spec().  This was a consequence of us restoring the pre-3.3 reload semantics.

Patch attached.  (Note to self: add Misc/NEWS entry)
History
Date User Action Args
2013-12-08 05:46:12eric.snowsetrecipients: + eric.snow, brett.cannon, ronaldoussoren, ncoghlan, Arfrever
2013-12-08 05:46:12eric.snowsetmessageid: <1386481572.34.0.223814087814.issue19851@psf.upfronthosting.co.za>
2013-12-08 05:46:12eric.snowlinkissue19851 messages
2013-12-08 05:46:12eric.snowcreate