]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #15641: Clean up deprecated classes from importlib
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Mon, 5 Nov 2012 07:34:46 +0000 (09:34 +0200)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Mon, 5 Nov 2012 07:34:46 +0000 (09:34 +0200)
commit90a654b1dd77ff5fb91c723181b724affbc04cf7
tree7912cd6145ecfa615772af6c1544a0ff08820671
parentbcbf4036c9bd3ebaa86ad41a11b3c4bb1f81ae1d
Issue #15641: Clean up deprecated classes from importlib

Patch by Taras Lyapun.
Doc/library/importlib.rst
Lib/importlib/abc.py
Lib/test/test_importlib/source/test_abc_loader.py
Lib/test/test_importlib/test_abc.py
Misc/NEWS