]> granicus.if.org Git - python/commitdiff
Mention HTTP 0.9's partial demise.
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 16 Jan 2011 18:34:09 +0000 (18:34 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 16 Jan 2011 18:34:09 +0000 (18:34 +0000)
Doc/whatsnew/3.2.rst

index e8cf6284c5e9b524ed126a319e55761f9cd7fd7c..d643c75bbbb7e7b1cf085321e8d99cdb55b08160 100644 (file)
@@ -1898,3 +1898,9 @@ require changes to your code:
   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`.)
+