mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
Update NOTES for importlib now that a replacement for functools.wraps is
available.
This commit is contained in:
parent
51d8bfc837
commit
b2071f8684
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ to do
|
||||||
* bytecode_path
|
* bytecode_path
|
||||||
* write_bytecode (not abstract)
|
* write_bytecode (not abstract)
|
||||||
|
|
||||||
+ util (for decorators, make sure to wrap with functools.wraps)
|
+ util
|
||||||
|
|
||||||
- get_module decorator (rename: module_for_loader)
|
- get_module decorator (rename: module_for_loader)
|
||||||
- set___package__ decorator
|
- set___package__ decorator
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue