commit | b05f91d1555265223f1a2b5a262f035bb2d01fd6 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Sat Jan 21 11:45:12 2012 +0800 |
committer | Senthil Kumaran <senthil@uthcode.com> | Sat Jan 21 11:45:12 2012 +0800 |
tree | 7bb7abe9dc6e18a2343d17f9fc07999ee833287b | |
parent | 58c60620689cac234fa8e860412e3d7af354c776 [diff] [blame] |
NEWS entry for Issue6631
diff --git a/Misc/NEWS b/Misc/NEWS index 2193af0..27e1b65 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -89,6 +89,8 @@ 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().