[Python-checkins] python/nondist/peps pep-0318.txt,1.20,1.21

montanaro at users.sourceforge.net montanaro at users.sourceforge.net
Thu Aug 12 22:33:05 CEST 2004


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31684

Modified Files:
	pep-0318.txt 
Log Message:
Michael Hudson checked in a mod to allow a function's func_name attribute to
be modified, thus closing open issue #2.


Index: pep-0318.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0318.txt,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** pep-0318.txt	10 Aug 2004 01:51:30 -0000	1.20
--- pep-0318.txt	12 Aug 2004 20:33:02 -0000	1.21
***************
*** 479,487 ****
     ``python-dev``.
  
- 2. Decorators which wrap a function and return a different function
-    should be able to easily change the func_name attribute without
-    constructing it with new.function().  Perhaps the func_name
-    attribute should be writable.
- 
     .. _strong arguments:
        http://mail.python.org/pipermail/python-dev/2004-March/thread.html
--- 479,482 ----



More information about the Python-checkins mailing list