]> granicus.if.org Git - python/commit
#17460: Remove the strict argument of HTTPConnection and removing the
authorSenthil Kumaran <senthil@uthcode.com>
Mon, 18 Mar 2013 21:11:41 +0000 (14:11 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Mon, 18 Mar 2013 21:11:41 +0000 (14:11 -0700)
commit052ddb01b37287c43ef595f6c8381a5eeb1dcb79
tree48d0bc88261ffd8597eb13a2d398efc187c2e808
parentaad1d87339d1a310a58d71b812834ac9216a7e67
#17460: Remove the strict argument of HTTPConnection and removing the
DeprecationWarning being issued from 3.2 onwards.
Doc/library/http.client.rst
Lib/http/client.py
Misc/NEWS