http://hg.python.org/cpython/rev/4366c0df2c73 changeset: 74547:4366c0df2c73 branch: 2.7 user: Senthil Kumaran <senthil at uthcode.com> date: Sat Jan 21 11:45:12 2012 +0800 summary: NEWS entry for Issue6631 files: Misc/NEWS | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS --- 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(). -- Repository URL: http://hg.python.org/cpython