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 rbcollins
Recipients barry, chris.jerdonek, elopio, michael.foord, r.david.murray, rbcollins, vila, zach.ware
Date 2014-08-28.00:36:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409186220.89.0.723691796908.issue16662@psf.upfronthosting.co.za>
In-reply-to
Content
The doc part of the patch was assuming this would be in 3.4 which it wasn't. Updated to 3.5. Also found a corner case - when packages were imported the _get_module_from_name method was not guarded for un-importable modules. This is strictly a separate issue, but since we'll now import considerably more modules, it seemed prudent to fix it at the same time.
History
Date User Action Args
2014-08-28 00:37:01rbcollinssetrecipients: + rbcollins, barry, vila, r.david.murray, michael.foord, chris.jerdonek, zach.ware, elopio
2014-08-28 00:37:00rbcollinssetmessageid: <1409186220.89.0.723691796908.issue16662@psf.upfronthosting.co.za>
2014-08-28 00:37:00rbcollinslinkissue16662 messages
2014-08-28 00:37:00rbcollinscreate