[Python-checkins] python/dist/src/Misc NEWS,1.963,1.964

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sun Apr 4 04:51:44 EDT 2004


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

Modified Files:
	NEWS 
Log Message:
Improve accuracy of sequence and mapping checks.

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.963
retrieving revision 1.964
diff -C2 -d -r1.963 -r1.964
*** NEWS	4 Apr 2004 07:01:35 -0000	1.963
--- NEWS	4 Apr 2004 08:51:41 -0000	1.964
***************
*** 203,206 ****
--- 203,209 ----
  -----------------
  
+ - operator.isMappingType() and operator.isSequenceType() now give
+   fewer false positives.
+ 
  - socket.sslerror is now a subclass of socket.error .  Also added
    socket.error to the socket module's C API.




More information about the Python-checkins mailing list