[Python-checkins] r69403 - python/branches/py3k/Lib/importlib/NOTES

brett.cannon python-checkins at python.org
Sat Feb 7 03:14:07 CET 2009


Author: brett.cannon
Date: Sat Feb  7 03:14:07 2009
New Revision: 69403

Log:
Update NOTES for importlib now that a replacement for functools.wraps is
available.


Modified:
   python/branches/py3k/Lib/importlib/NOTES

Modified: python/branches/py3k/Lib/importlib/NOTES
==============================================================================
--- python/branches/py3k/Lib/importlib/NOTES	(original)
+++ python/branches/py3k/Lib/importlib/NOTES	Sat Feb  7 03:14:07 2009
@@ -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


More information about the Python-checkins mailing list