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 brett.cannon
Recipients brett.cannon, eric.snow, ncoghlan
Date 2014-03-24.17:21:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395681714.24.0.571859648646.issue21052@psf.upfronthosting.co.za>
In-reply-to
Content
I should also say that dropping warnings leaves only a single case of ImportWarning related to empty directory names (in relation to Finder.find_module()). Once that can go away that will eliminate all uses of warnings in importlib and thus won't necessitate importing it in this case.
History
Date User Action Args
2014-03-24 17:21:54brett.cannonsetrecipients: + brett.cannon, ncoghlan, eric.snow
2014-03-24 17:21:54brett.cannonsetmessageid: <1395681714.24.0.571859648646.issue21052@psf.upfronthosting.co.za>
2014-03-24 17:21:54brett.cannonlinkissue21052 messages
2014-03-24 17:21:54brett.cannoncreate