[Python-checkins] r88054 - python/branches/py3k/Doc/whatsnew/3.2.rst

antoine.pitrou python-checkins at python.org
Sun Jan 16 19:34:09 CET 2011


Author: antoine.pitrou
Date: Sun Jan 16 19:34:09 2011
New Revision: 88054

Log:
Mention HTTP 0.9's partial demise.



Modified:
   python/branches/py3k/Doc/whatsnew/3.2.rst

Modified: python/branches/py3k/Doc/whatsnew/3.2.rst
==============================================================================
--- python/branches/py3k/Doc/whatsnew/3.2.rst	(original)
+++ python/branches/py3k/Doc/whatsnew/3.2.rst	Sun Jan 16 19:34:09 2011
@@ -1898,3 +1898,9 @@
   or race conditions when open file descriptors would leak into the child
   process.
 
+* Support for legacy HTTP 0.9 has been removed from :mod:`urllib.request`
+  and :mod:`http.client`.  Such support is still present on the server side
+  (in :mod:`http.server`).
+
+  (Contributed by Antoine Pitrou, :issue:`10711`.)
+


More information about the Python-checkins mailing list