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-28.21:55:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396043727.87.0.239471384102.issue19711@psf.upfronthosting.co.za>
In-reply-to
Content
A related addition (Lib/test/test_importlib/test_api.py - test_reload_namespace_changed):

changeset:   86819:88c3a1a3c2ff3c3ab3f2bd77f0d5d5e5c1b37afa
parent:      86816:13a05ed33cf7
user:        Eric Snow <ericsnowcurrently@gmail.com>
date:        Thu Oct 31 22:22:15 2013 -0600
summary:     Issue #19413: Restore pre-3.3 reload() semantics of re-finding modules.
History
Date User Action Args
2014-03-28 21:55:27eric.snowsetrecipients: + eric.snow, brett.cannon, ncoghlan, Arfrever
2014-03-28 21:55:27eric.snowsetmessageid: <1396043727.87.0.239471384102.issue19711@psf.upfronthosting.co.za>
2014-03-28 21:55:27eric.snowlinkissue19711 messages
2014-03-28 21:55:27eric.snowcreate