[Python-checkins] python/dist/src/Misc NEWS,1.752,1.753

montanaro@users.sourceforge.net montanaro@users.sourceforge.net
Tue, 29 Apr 2003 14:07:26 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv6889

Modified Files:
	NEWS 
Log Message:
document socket speed reclamation.  Patch 729293.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.752
retrieving revision 1.753
diff -C2 -d -r1.752 -r1.753
*** NEWS	26 Apr 2003 14:53:01 -0000	1.752
--- NEWS	29 Apr 2003 21:07:16 -0000	1.753
***************
*** 19,22 ****
--- 19,25 ----
  -------
  
+ - Fixed socket speed loss caused by use of the _socketobject wrapper class
+   in socket.py.
+ 
  Tools/Demos
  -----------