mirror of
https://github.com/python/cpython.git
synced 2025-11-18 01:57:37 +00:00
Issue #13959: Introduce importlib.find_loader().
The long-term goal is to deprecate imp.find_module() in favour of this API, but it will take some time as some APIs explicitly return/use what imp.find_module() returns.
This commit is contained in:
parent
acc0c181a8
commit
ee78a2b51c
5 changed files with 105 additions and 10 deletions
|
|
@ -23,6 +23,8 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #13959: Introduce importlib.find_loader().
|
||||
|
||||
- Issue #14082: shutil.copy2() now copies extended attributes, if possible.
|
||||
Patch by Hynek Schlawack.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue