]> granicus.if.org Git - python/commit
Issue #10711: Remove HTTP 0.9 support from http.client. The `strict`
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 17 Dec 2010 17:35:56 +0000 (17:35 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 17 Dec 2010 17:35:56 +0000 (17:35 +0000)
commit988dbd7bc2bb8a41cf91a12c8bff9a916651769f
tree897d68ce2dcd275487d04737635a7c92bee97bd6
parent7cb3051dc304a0cf8da73a647b259a4dc215ea39
Issue #10711: Remove HTTP 0.9 support from http.client.  The `strict`
parameter to HTTPConnection and friends is deprecated.
Doc/library/http.client.rst
Lib/http/client.py
Lib/test/test_urllib.py
Misc/NEWS