This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: add importlib.abc.SpecLoader and SpecFinder
Type: enhancement Stage: test needed
Components: Library (Lib) Versions: Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: brett.cannon Nosy List: brett.cannon, eric.snow, ncoghlan, python-dev
Priority: normal Keywords:

Created on 2013-11-22 18:15 by brett.cannon, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg203826 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2013-11-22 18:15
That way the ABCs can require find_spec/load_spec, inherit from the older ABCs, and provide stubs that do what's necessary to support the old, deprecated find_module/find_loader/load_module API (and automatically include the deprecation warning).
msg207592 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-01-07 20:52
New changeset 21786a7f8036 by Brett Cannon in branch 'default':
Issue #19719: Update various finder and loader ABCs such that their
http://hg.python.org/cpython/rev/21786a7f8036
History
Date User Action Args
2022-04-11 14:57:54adminsetgithub: 63918
2014-01-07 20:53:14brett.cannonsetstatus: open -> closed
resolution: fixed
2014-01-07 20:52:52python-devsetnosy: + python-dev
messages: + msg207592
2013-11-22 18:15:15brett.cannoncreate