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

available.
This commit is contained in:
Brett Cannon 2009-02-07 02:14:07 +00:00
parent 51d8bfc837
commit b2071f8684
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ to do
* bytecode_path
* write_bytecode (not abstract)
+ util (for decorators, make sure to wrap with functools.wraps)
+ util
- get_module decorator (rename: module_for_loader)
- set___package__ decorator