summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2010-07-03 17:55:41 (GMT)
committerSenthil Kumaran <orsenthil@gmail.com>2010-07-03 17:55:41 (GMT)
commitfe1ad15b4bcc923bfba384cad4c647ece8944b83 (patch)
tree72434f3e3a6d0069f4761ddaa4185e0113b389d8 /Misc/NEWS
parent8e42fb7ada3198e66d3f060c5c87c52465a86e36 (diff)
downloadcpython-fe1ad15b4bcc923bfba384cad4c647ece8944b83.zip
cpython-fe1ad15b4bcc923bfba384cad4c647ece8944b83.tar.gz
cpython-fe1ad15b4bcc923bfba384cad4c647ece8944b83.tar.bz2
Merged revisions 82510 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82510 | senthil.kumaran | 2010-07-03 23:18:22 +0530 (Sat, 03 Jul 2010) | 4 lines Fix Issue5468 - urlencode to handle bytes and other alternate encodings. (Extensive tests provided). Patch by Dan Mahn. ........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cf9cf74..d630751 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -75,6 +75,9 @@ C-API
Library
-------
+- Issue #5468: urlencode to handle bytes type and other encodings in its query
+ parameter. Patch by Dan Mahn.
+
- Issue #7673: Fix security vulnerability (CVE-2010-2089) in the audioop
module, ensure that the input string length is a multiple of the frame size