[Python-checkins] python/dist/src/Misc NEWS,1.976,1.977

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sun May 30 23:09:28 EDT 2004


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

Modified Files:
	NEWS 
Log Message:
Add weakref support to sockets and re pattern objects.



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.976
retrieving revision 1.977
diff -C2 -d -r1.976 -r1.977
*** NEWS	24 May 2004 14:20:16 -0000	1.976
--- NEWS	31 May 2004 03:09:23 -0000	1.977
***************
*** 208,211 ****
--- 208,214 ----
  -----------------
  
+ - the weakref module now supports additional objects:  array.array,
+   sre.pattern_objects, file objects, and sockets.
+ 
  - operator.isMappingType() and operator.isSequenceType() now give
    fewer false positives.




More information about the Python-checkins mailing list