summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2012-01-21 03:52:48 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2012-01-21 03:52:48 (GMT)
commit3800ea9f652817e510a0db27bf124d2b80e7be10 (patch)
treed340d0dcdf5dba0aa6617226d49fbb8a55eb34ea /Misc
parent002890861f7bd9eeb9036a89ade5e9a59fb6fa7c (diff)
downloadcpython-3800ea9f652817e510a0db27bf124d2b80e7be10.zip
cpython-3800ea9f652817e510a0db27bf124d2b80e7be10.tar.gz
cpython-3800ea9f652817e510a0db27bf124d2b80e7be10.tar.bz2
Fix Issue6631 - Disallow relative file paths in urllib urlopen
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 53c258b..74453c9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -103,6 +103,8 @@ Core and Builtins
Library
-------
+- Issue #6631: Disallow relative file paths in urllib urlopen methods.
+
- Issue #13722: Avoid silencing ImportErrors when initializing the codecs
registry.