]> granicus.if.org Git - python/commitdiff
Update NOTES for importlib now that a replacement for functools.wraps is
authorBrett Cannon <bcannon@gmail.com>
Sat, 7 Feb 2009 02:14:07 +0000 (02:14 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 7 Feb 2009 02:14:07 +0000 (02:14 +0000)
available.

Lib/importlib/NOTES

index a9f0c175ae7e05688491524d0c3d8967a92b4a7f..6512d931d69e0152affed8813d4b80d2ac16f600 100644 (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