diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2012-01-21 11:45:12 +0800 |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2012-01-21 11:45:12 +0800 |
commit | b05f91d1555265223f1a2b5a262f035bb2d01fd6 (patch) | |
tree | 7bb7abe9dc6e18a2343d17f9fc07999ee833287b | |
parent | 58c60620689cac234fa8e860412e3d7af354c776 (diff) | |
download | cpython-git-b05f91d1555265223f1a2b5a262f035bb2d01fd6.tar.gz |
NEWS entry for Issue6631
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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(). |