diff options
author | Martin Panter <vadmium+py@gmail.com> | 2015-11-26 11:01:58 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2015-11-26 11:01:58 (GMT) |
commit | 747d48cf27e1843f7d1046b4e8127833a40cf9b3 (patch) | |
tree | 741221e14f338939d103df173239634007faead6 /Misc/ACKS | |
parent | 92072ac8b4cbd8c0bf8d7e7da143887fb9d53a03 (diff) | |
download | cpython-747d48cf27e1843f7d1046b4e8127833a40cf9b3.zip cpython-747d48cf27e1843f7d1046b4e8127833a40cf9b3.tar.gz cpython-747d48cf27e1843f7d1046b4e8127833a40cf9b3.tar.bz2 |
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é.
Diffstat (limited to 'Misc/ACKS')
-rw-r--r-- | Misc/ACKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -436,6 +436,7 @@ Arnaud Fontaine Michael Foord Amaury Forgeot d'Arc Doug Fort +Evens Fortuné Chris Foster John Fouhy Andrew Francis |