summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2012-01-21 03:55:40 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2012-01-21 03:55:40 (GMT)
commit3242577a0875c08a7fb714628a7f0ee58813cece (patch)
treee323e43adf93835ebe9733c1a65aba68b86e3cb6 /Misc
parent77fc1f3c066e244768faa37b52db7415906251f3 (diff)
parent3800ea9f652817e510a0db27bf124d2b80e7be10 (diff)
downloadcpython-3242577a0875c08a7fb714628a7f0ee58813cece.zip
cpython-3242577a0875c08a7fb714628a7f0ee58813cece.tar.gz
cpython-3242577a0875c08a7fb714628a7f0ee58813cece.tar.bz2
merge from 3.2
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 1 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5ee8117..1d7a294 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -453,8 +453,7 @@ Core and Builtins
Library
-------
-- Issue #2134: A new attribute that specifies the exact type of token.OP
- tokens has been added to tokenize.TokenInfo.
+- Issue #6631: Disallow relative file paths in urllib urlopen methods.
- Issue #13722: Avoid silencing ImportErrors when initializing the codecs
registry.