From b2071f86844d24685cd916fe5955236f2685d75c Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sat, 7 Feb 2009 02:14:07 +0000 Subject: Update NOTES for importlib now that a replacement for functools.wraps is available. --- Lib/importlib/NOTES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12