[Python-checkins] python/dist/src/Misc NEWS,1.871,1.872

loewis at users.sourceforge.net loewis at users.sourceforge.net
Sun Oct 19 14:30:03 EDT 2003


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv29267/Misc

Modified Files:
	NEWS 
Log Message:
Make CObjects mutable. Fixes #477441.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.871
retrieving revision 1.872
diff -C2 -d -r1.871 -r1.872
*** NEWS	17 Oct 2003 22:13:16 -0000	1.871
--- NEWS	19 Oct 2003 18:30:01 -0000	1.872
***************
*** 13,16 ****
--- 13,18 ----
  -----------------
  
+ - CObjects are now mutable (on the C level) through PyCObject_SetVoidPtr.
+ 
  - list.sort() now supports three keyword arguments:  cmp, key, and reverse.
    The key argument can be a function of one argument that extracts a





More information about the Python-checkins mailing list