diff options
author | Brett Cannon <bcannon@gmail.com> | 2009-02-07 02:14:07 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2009-02-07 02:14:07 (GMT) |
commit | b2071f86844d24685cd916fe5955236f2685d75c (patch) | |
tree | 2d9cafcaabba07b332661770e3ef104bab005332 | |
parent | 51d8bfc8373d4275dfbf7ff24b2d594d753d9e1f (diff) | |
download | cpython-b2071f86844d24685cd916fe5955236f2685d75c.zip cpython-b2071f86844d24685cd916fe5955236f2685d75c.tar.gz cpython-b2071f86844d24685cd916fe5955236f2685d75c.tar.bz2 |
Update NOTES for importlib now that a replacement for functools.wraps is
available.
-rw-r--r-- | Lib/importlib/NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/importlib/NOTES b/Lib/importlib/NOTES index a9f0c17..6512d93 100644 --- a/Lib/importlib/NOTES +++ b/Lib/importlib/NOTES @@ -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 |