commit | b2071f86844d24685cd916fe5955236f2685d75c | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Sat Feb 07 02:14:07 2009 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Sat Feb 07 02:14:07 2009 +0000 |
tree | 2d9cafcaabba07b332661770e3ef104bab005332 | |
parent | 51d8bfc8373d4275dfbf7ff24b2d594d753d9e1f [diff] |
Update NOTES for importlib now that a replacement for functools.wraps is available.
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 @@ * 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