[issue15473] importlib no longer uses imp.NullImporter

2012-08-03 Thread Brett Cannon
Changes by Brett Cannon br...@python.org: -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15473 ___

[issue15473] importlib no longer uses imp.NullImporter

2012-08-02 Thread Brett Cannon
Brett Cannon added the comment: Did this get addressed in the final doc update? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15473 ___ ___

[issue15473] importlib no longer uses imp.NullImporter

2012-08-02 Thread Nick Coghlan
Nick Coghlan added the comment: Barry covered it in a footnote -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15473 ___ ___ Python-bugs-list

[issue15473] importlib no longer uses imp.NullImporter

2012-07-29 Thread Brett Cannon
Brett Cannon added the comment: On Jul 29, 2012 12:21 AM, Nick Coghlan rep...@bugs.python.org wrote: Nick Coghlan added the comment: 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

[issue15473] importlib no longer uses imp.NullImporter

2012-07-28 Thread Nick Coghlan
Nick Coghlan added the comment: 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. --

[issue15473] importlib no longer uses imp.NullImporter

2012-07-27 Thread Barry A. Warsaw
New submission from Barry A. Warsaw ba...@python.org: I think this is mostly just out of date documentation, but I want to get Brett's feedback. The sys module has this to say about sys.path_importer_cache: A dictionary acting as a cache for finder objects. The keys are paths that have been