]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader.
authorMarc-Andre Lemburg <mal@egenix.com>
Wed, 25 Apr 2012 00:31:37 +0000 (02:31 +0200)
committerMarc-Andre Lemburg <mal@egenix.com>
Wed, 25 Apr 2012 00:31:37 +0000 (02:31 +0200)
commit4fe29c9657d64e8e3301122c104b7ca8fd23c348
treef04a51eef51805eacccaa931e0d9ba4bec9ecb51
parentac8805a01a0beeb4c5b2f6d9d988629446517632
Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader.

This time also recreating the Python/importlib.h file to make
make happy. See the ticket for details.
Doc/library/importlib.rst
Lib/imp.py
Lib/importlib/_bootstrap.py
Lib/importlib/abc.py
Lib/importlib/machinery.py
Lib/importlib/test/source/test_case_sensitivity.py
Lib/importlib/test/source/test_file_loader.py
Lib/importlib/test/source/test_finder.py
Lib/importlib/test/test_abc.py
Misc/NEWS
Python/importlib.h