]> granicus.if.org Git - python/commitdiff
NEWS entry for Issue6631
authorSenthil Kumaran <senthil@uthcode.com>
Sat, 21 Jan 2012 03:45:12 +0000 (11:45 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Sat, 21 Jan 2012 03:45:12 +0000 (11:45 +0800)
Misc/NEWS

index 2193af0c468d0f5f89e9e73ac705e740a583a388..27e1b65500eedbcf20abb9fb9a1af9e63c032304 100644 (file)
--- 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().