[Python-checkins] CVS: python/dist/src/Misc NEWS,1.363,1.364

Martin v. L?wis loewis@users.sourceforge.net
Sun, 17 Mar 2002 10:37:25 -0800


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

Modified Files:
	NEWS 
Log Message:
Patch #430706: Persistent connections in BaseHTTPServer.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.363
retrieving revision 1.364
diff -C2 -d -r1.363 -r1.364
*** NEWS	14 Mar 2002 23:05:54 -0000	1.363
--- NEWS	17 Mar 2002 18:37:22 -0000	1.364
***************
*** 45,48 ****
--- 45,51 ----
  Library
  
+ - The BaseHTTPServer implements now optionally HTTP/1.1 persistent
+   connections.
+ 
  - socket module: the SSL support was broken out of the main
    _socket module C helper and placed into a new _ssl helper