]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19719: Update various finder and loader ABCs such that their
authorBrett Cannon <brett@python.org>
Tue, 7 Jan 2014 20:52:42 +0000 (15:52 -0500)
committerBrett Cannon <brett@python.org>
Tue, 7 Jan 2014 20:52:42 +0000 (15:52 -0500)
commit8d942296bb6cc45e519447484084bee1507d664b
treec546f6f8819af7d96b61ba331b0f7cf479a4ea48
parent61272b77b0792318105bbdb6887a029b6a1743da
Issue #19719: Update various finder and loader ABCs such that their
old methods now provide implementations when PEP 451 APIs are present.

This should help with backwards-compatibility with code which has not
been updated to work with PEP 451.
Doc/library/importlib.rst
Lib/importlib/abc.py
Lib/test/test_importlib/test_abc.py
Misc/NEWS