]> granicus.if.org Git - python/commit
Issue #15502: Bring the importlib.PathFinder docs and docstring more in line with...
authorNick Coghlan <ncoghlan@gmail.com>
Thu, 2 Aug 2012 13:03:58 +0000 (23:03 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Thu, 2 Aug 2012 13:03:58 +0000 (23:03 +1000)
commit4941774f59ae808a764e29e09abfedf6fc199ed3
treecd292c1521df0575fedbf7a5dca6a874f110b84e
parente3376ef6d218b9df08fbe218eba4f3ba0602333a
Issue #15502: Bring the importlib.PathFinder docs and docstring more in line with the new import system documentation, and fix various parts of the new docs that weren't quite right given PEP 420 or were otherwise a bit misleading. Also note the key terminology problem still being discussed in the issue
Doc/library/importlib.rst
Doc/reference/import.rst
Lib/importlib/_bootstrap.py
Python/importlib.h