diff options
author | Georg Brandl <georg@python.org> | 2008-01-20 11:43:03 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-01-20 11:43:03 (GMT) |
commit | 9b0d46db115c10767b240a0a64286214b50fe6ad (patch) | |
tree | 7ecec7b9261dfc50941932036aaec79af5a0a1ce /Misc | |
parent | dcd6b522060d9b14e26046519770e718e65802cd (diff) | |
download | cpython-9b0d46db115c10767b240a0a64286214b50fe6ad.zip cpython-9b0d46db115c10767b240a0a64286214b50fe6ad.tar.gz cpython-9b0d46db115c10767b240a0a64286214b50fe6ad.tar.bz2 |
#1178141: add addinfourl.code to get http status code from urllib.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -369,6 +369,9 @@ Core and builtins Library ------- +- #1178141: add a getcode() method to the addinfourls that urllib.open() + returns so that you can retrieve the HTTP status code. + - Issue #1003: Fix zipfile decryption check, it would fail zip files with extended local headers. |