[Python-checkins] python/dist/src/Misc NEWS,1.792,1.793
rhettinger@users.sourceforge.net
rhettinger@users.sourceforge.net
2003年6月28日 20:29:44 -0700
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv1050
Modified Files:
NEWS
Log Message:
SF patch #760257: add socket.timeout exception
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.792
retrieving revision 1.793
diff -C2 -d -r1.792 -r1.793
*** NEWS 27 Jun 2003 22:25:02 -0000 1.792
--- NEWS 29 Jun 2003 03:29:42 -0000 1.793
***************
*** 59,62 ****
--- 59,65 ----
-----------------
+ - the socket module has a new exception, socket.timeout, to allow
+ timeouts to be handled separately from other socket errors.
+
- mimetools.choose_boundary() could return duplicate strings at times,
especially likely on Windows. The strings returned are now guaranteed