]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-12707: deprecate info(), geturl(), getcode() methods in favor of headers, url...
authorAshwin Ramaswami <aramaswamis@gmail.com>
Fri, 13 Sep 2019 11:40:08 +0000 (04:40 -0700)
committerStéphane Wirtel <stephane@wirtel.be>
Fri, 13 Sep 2019 11:40:07 +0000 (12:40 +0100)
commitff2e18286560e981f4e09afb0d2448ea994414d8
tree9a339486705cfbc5d6b183ffdf11ad686b256b1d
parentbb41147eab15a2958f4ad38261e5bf608f6ace1b
bpo-12707: deprecate info(), geturl(), getcode() methods in favor of headers, url, and status properties for HTTPResponse and addinfourl (GH-11447)

Co-Authored-By: epicfaace <aramaswamis@gmail.com>
Doc/library/http.client.rst
Doc/library/urllib.request.rst
Lib/test/test_urllib.py
Lib/test/test_urllib_response.py
Lib/urllib/request.py
Lib/urllib/response.py
Misc/NEWS.d/next/Documentation/2019-08-27-01-14-59.bpo-12707.Yj3_7_.rst [new file with mode: 0644]