]> granicus.if.org Git - python/commit
Issues #22989, #21228: Document HTTP response object for urlopen()
authorMartin Panter <vadmium+py@gmail.com>
Thu, 26 Nov 2015 11:01:58 +0000 (11:01 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Thu, 26 Nov 2015 11:01:58 +0000 (11:01 +0000)
commit747d48cf27e1843f7d1046b4e8127833a40cf9b3
tree741221e14f338939d103df173239634007faead6
parent92072ac8b4cbd8c0bf8d7e7da143887fb9d53a03
Issues #22989, #21228: Document HTTP response object for urlopen()

Previous documentation was not clear if the geturl(), info() and getcode()
were valid for HTTP responses. The “msg” attribute is different to the usual
HTTPResponse.msg attribute. Based on patch by Evens Fortuné.
Doc/library/urllib.request.rst
Misc/ACKS