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 ncoghlan
Recipients barry, brett.cannon, eric.smith, ncoghlan
Date 2012-07-29.04:21:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343535686.75.0.782793865083.issue15473@psf.upfronthosting.co.za>
In-reply-to
Content
See the porting notes: http://docs.python.org/dev/whatsnew/3.3.html#porting-python-code

With the removal of the implicit default finder, the 3.3 semantics are that both None *and* imp.NullImporter mean "There is no importer for this path".
History
Date User Action Args
2012-07-29 04:21:26ncoghlansetrecipients: + ncoghlan, barry, brett.cannon, eric.smith
2012-07-29 04:21:26ncoghlansetmessageid: <1343535686.75.0.782793865083.issue15473@psf.upfronthosting.co.za>
2012-07-29 04:21:26ncoghlanlinkissue15473 messages
2012-07-29 04:21:25ncoghlancreate