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 Andreas.Pelme, brett.cannon, ezio.melotti
Date 2013-02-24.19:24:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361733883.92.0.554102236128.issue17176@psf.upfronthosting.co.za>
In-reply-to
Content
The docs for NullImporter need to not mention that it is used with sys.path_importer_cache since it isn't. As for sys.path_importer_cache, it should say that None is inserted and not NullImporter. Both need a versionchanged notation of the switch from None to NullImporter, but sys.path_importer_cache needs a special mention that to be fully backwards-compatible to check for both None and NullImporter.

And just to make sure you are looking at the right docs, Andreas, your links were to the Python 2.7 docs. If you look at the top of the docs you will see a dropdown which lets you switch to the 3.3 or 3.4 docs easily.
History
Date User Action Args
2013-02-24 19:24:43brett.cannonsetrecipients: + brett.cannon, ezio.melotti, Andreas.Pelme
2013-02-24 19:24:43brett.cannonsetmessageid: <1361733883.92.0.554102236128.issue17176@psf.upfronthosting.co.za>
2013-02-24 19:24:43brett.cannonlinkissue17176 messages
2013-02-24 19:24:43brett.cannoncreate