]> granicus.if.org Git - python/commit
Issue #26896: Disambiguate uses of "importer" with "finder".
authorBrett Cannon <brett@python.org>
Fri, 8 Jul 2016 18:00:00 +0000 (11:00 -0700)
committerBrett Cannon <brett@python.org>
Fri, 8 Jul 2016 18:00:00 +0000 (11:00 -0700)
commitfdcdd9ed80d2b4bf7e7dac04ed2d22e9cb747ff6
treef9a0574f99b8d6541266b0c61230a9052ee6d8ad
parent15552c39e09426988d9ad0901a2aafc624e46e33
Issue #26896: Disambiguate uses of "importer" with "finder".

Thanks to Oren Milman for the patch.
Doc/c-api/import.rst
Doc/library/pkgutil.rst
Lib/pkgutil.py
Lib/runpy.py
Lib/test/test_importlib/import_/test_meta_path.py
Lib/test/test_importlib/util.py
Lib/test/test_pkgutil.py
Misc/ACKS
Python/import.c