[Python-checkins] python/dist/src/Misc NEWS,1.959,1.960

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Tue Mar 23 18:16:55 EST 2004


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

Modified Files:
	NEWS 
Log Message:
Make socket.sslerror a subclass of socket.error .
Added socket.error to the socket module's C API.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.959
retrieving revision 1.960
diff -C2 -d -r1.959 -r1.960
*** NEWS	23 Mar 2004 18:44:39 -0000	1.959
--- NEWS	23 Mar 2004 23:16:52 -0000	1.960
***************
*** 196,199 ****
--- 196,202 ----
  -----------------
  
+ - socket.sslerror is now a subclass of socket.error .  Also added
+   socket.error to the socket module's C API.
+ 
  - Bug #920575: A problem that _locale module segfaults on
    nl_langinfo(ERA) caused by GNU libc's illegal NULL return is fixed.




More information about the Python-checkins mailing list