From: Brett Cannon Date: Sat, 7 Feb 2009 01:57:14 +0000 (+0000) Subject: Add a note for importlib about backporting some of functools.wraps functionality. X-Git-Tag: v3.1a1~247 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=36d1f3eb41a5903d11076e72080bb1971b6818bb;p=thirdparty%2FPython%2Fcpython.git Add a note for importlib about backporting some of functools.wraps functionality. --- diff --git a/Lib/importlib/NOTES b/Lib/importlib/NOTES index f0d8e433942c..c1df89bf31f0 100644 --- a/Lib/importlib/NOTES +++ b/Lib/importlib/NOTES @@ -3,6 +3,8 @@ to do * Extract test_path_hooks constants into a util module for extension testing. +* Backport a poor-man's functools.wraps. + * Implement PEP 302 protocol for loaders (should just be a matter of testing). + Built-in. @@ -40,9 +42,10 @@ to do * bytecode_path * write_bytecode (not abstract) - + util + + util (for decorators, make sure to wrap with functools.wraps) - get_module decorator (rename: module_for_loader) + - set___package__ decorator + machinery