[Python-checkins] CVS: python/dist/src/Misc NEWS,1.282,1.283 ACKS,1.126,1.127

Guido van Rossum gvanrossum@users.sourceforge.net
Thu, 18 Oct 2001 11:02:09 -0700


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

Modified Files:
	NEWS ACKS 
Log Message:
SF bug #471720: ThreadingMixIn/TCPServer forgets close

Solved with a helper method that calls finish_request() and then
close_request().  The code is by Max Neunhöffer.



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.282
retrieving revision 1.283
diff -C2 -d -r1.282 -r1.283
*** NEWS	2001/10/18 04:06:00	1.282
--- NEWS	2001/10/18 18:02:07	1.283
***************
*** 87,90 ****
--- 87,93 ----
    encoding.
  
+ - The SocketServer.ThreadingMixIn class now closes the request after
+   finish_request() returns.  (Not when it errors out though.)
+ 
  Tools/Demos
  

Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.126
retrieving revision 1.127
diff -C2 -d -r1.126 -r1.127
*** ACKS	2001/10/18 15:49:21	1.126
--- ACKS	2001/10/18 18:02:07	1.127
***************
*** 297,300 ****
--- 297,301 ----
  Fredrik Nehr
  Chad Netzer
+ Max Neunhöffer
  George Neville-Neil
  Oscar Nierstrasz