From: Senthil Kumaran Date: Sat, 21 Jan 2012 03:45:12 +0000 (+0800) Subject: NEWS entry for Issue6631 X-Git-Tag: v2.7.3rc1~142 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b05f91d1555265223f1a2b5a262f035bb2d01fd6;p=python NEWS entry for Issue6631 --- 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().