summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2012-01-21 11:45:12 +0800
committerSenthil Kumaran <senthil@uthcode.com>2012-01-21 11:45:12 +0800
commitb05f91d1555265223f1a2b5a262f035bb2d01fd6 (patch)
tree7bb7abe9dc6e18a2343d17f9fc07999ee833287b
parent58c60620689cac234fa8e860412e3d7af354c776 (diff)
downloadcpython-git-b05f91d1555265223f1a2b5a262f035bb2d01fd6.tar.gz
NEWS entry for Issue6631
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2193af0c46..27e1b65500 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -89,6 +89,8 @@ Core and Builtins
Library
-------
+- Issue #6631: Disallow relative file paths in urllib urlopen methods.
+
- Issue #13781: Prevent gzip.GzipFile from using the dummy filename provided by
file objects opened with os.fdopen().