summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-01-20 11:43:03 (GMT)
committerGeorg Brandl <georg@python.org>2008-01-20 11:43:03 (GMT)
commit9b0d46db115c10767b240a0a64286214b50fe6ad (patch)
tree7ecec7b9261dfc50941932036aaec79af5a0a1ce /Misc
parentdcd6b522060d9b14e26046519770e718e65802cd (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3d70408..3ff4f3e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.