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 <rep...@bugs.python.org>
<http://bugs.python.org/issue19719>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to