From: Brett Cannon Date: Sat, 7 Feb 2009 02:14:07 +0000 (+0000) Subject: Update NOTES for importlib now that a replacement for functools.wraps is X-Git-Tag: v3.1a1~244 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b2071f86844d24685cd916fe5955236f2685d75c;p=thirdparty%2FPython%2Fcpython.git Update NOTES for importlib now that a replacement for functools.wraps is available. --- diff --git a/Lib/importlib/NOTES b/Lib/importlib/NOTES index a9f0c175ae7e..6512d931d69e 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