[Python-checkins] python/dist/src/Misc NEWS,1.976,1.977 (original) (raw)
rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sun May 30 23:09:28 EDT 2004
- Previous message: [Python-checkins] python/dist/src/Lib/test test_array.py, 1.28, 1.29 test_file.py, 1.14, 1.15
- Next message: [Python-checkins] python/dist/src/Modules _sre.c, 2.104, 2.105 sre.h, 2.25, 2.26
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message: [Python-checkins] python/dist/src/Lib/test test_array.py, 1.28, 1.29 test_file.py, 1.14, 1.15
- Next message: [Python-checkins] python/dist/src/Modules _sre.c, 2.104, 2.105 sre.h, 2.25, 2.26
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]