[Python-checkins] python/dist/src/Misc NEWS,1.1082,1.1083

mwh at users.sourceforge.net mwh at users.sourceforge.net
Thu Aug 12 20:12:47 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2096/Misc

Modified Files:
	NEWS 
Log Message:
This is my patch

[ 1004703 ] Make func_name writable

plus fixing a couple of nits in the documentation changes spotted by MvL
and a Misc/NEWS entry.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1082
retrieving revision 1.1083
diff -C2 -d -r1.1082 -r1.1083
*** NEWS	12 Aug 2004 18:09:00 -0000	1.1082
--- NEWS	12 Aug 2004 18:12:44 -0000	1.1083
***************
*** 13,16 ****
--- 13,19 ----
  -----------------
  
+ - The ``func_name`` (a.k.a. ``__name__``) attribute of user-defined
+   functions is now writable.
+ 
  - code_new (a.k.a new.code()) now checks its arguments sufficiently
    carefully that passing them on to PyCode_New() won't trigger calls



More information about the Python-checkins mailing list