summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-03-17 18:37:22 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-03-17 18:37:22 (GMT)
commit587c98c863ca11d779a63f559d435c4c8f30eb93 (patch)
tree7a143ac8cd72445a5f5845e5bdcebfe7368f9b22 /Misc
parent8ec03e0528d93c6b7cc9cf07d2f24e541661ba70 (diff)
downloadcpython-587c98c863ca11d779a63f559d435c4c8f30eb93.zip
cpython-587c98c863ca11d779a63f559d435c4c8f30eb93.tar.gz
cpython-587c98c863ca11d779a63f559d435c4c8f30eb93.tar.bz2
Patch #430706: Persistent connections in BaseHTTPServer.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0b8b342..fe07def 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,6 +44,9 @@ Extension modules
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
which now gets imported by socket.py if available and working.