Commit b2071f86 authored by Brett Cannon's avatar Brett Cannon

Update NOTES for importlib now that a replacement for functools.wraps is

available.
parent 51d8bfc8
...@@ -38,7 +38,7 @@ to do ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment