[Python-checkins] r46749 - peps/trunk/pep-0356.txt

nick.coghlan python-checkins at python.org
Thu Jun 8 16:05:27 CEST 2006


Author: nick.coghlan
Date: Thu Jun  8 16:05:26 2006
New Revision: 46749

Modified:
   peps/trunk/pep-0356.txt
Log:
The new utility functions have been added to functools

Modified: peps/trunk/pep-0356.txt
==============================================================================
--- peps/trunk/pep-0356.txt	(original)
+++ peps/trunk/pep-0356.txt	Thu Jun  8 16:05:26 2006
@@ -102,19 +102,14 @@
 
       - Add new icons for Windows with the new Python logo?
 
+      - New utilities in functools to help write wrapper functions that support naive
+        introspection (e.g. having f.__name__ return the original function name).
 
 Possible features for 2.5
 
     Each feature below should implemented prior to beta1 or
     will require BDFL approval for inclusion in 2.5.
 
-    - Add update_wrapper function to functools (approved by BDFL)
-      http://mail.python.org/pipermail/python-dev/2006-May/064775.html
-      (Owner: Nick Coghlan - patches with tests & docs welcome, though ;)
-
-    - Add @wraps(f) decorator factory to functools?
-      (see comment in functools Python module)
-
     - Modules under consideration for inclusion:
 
       - wsgiref to the standard library


More information about the Python-checkins mailing list