summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2009-02-07 02:14:07 (GMT)
committerBrett Cannon <bcannon@gmail.com>2009-02-07 02:14:07 (GMT)
commitb2071f86844d24685cd916fe5955236f2685d75c (patch)
tree2d9cafcaabba07b332661770e3ef104bab005332
parent51d8bfc8373d4275dfbf7ff24b2d594d753d9e1f (diff)
downloadcpython-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/NOTES2
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