[New-bugs-announce] [issue19719] add importlib.abc.SpecLoader and SpecFinder

Brett Cannon report at bugs.python.org
Fri Nov 22 19:15:15 CET 2013


New submission from Brett Cannon:

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).

----------
assignee: brett.cannon
components: Library (Lib)
messages: 203826
nosy: brett.cannon, eric.snow, ncoghlan
priority: normal
severity: normal
stage: test needed
status: open
title: add importlib.abc.SpecLoader and SpecFinder
type: enhancement
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19719>
_______________________________________


More information about the New-bugs-announce mailing list