summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2010-05-17 17:33:07 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2010-05-17 17:33:07 (GMT)
commitc7b8e8682e9dc8d4a5050c511a3e5f70a098553e (patch)
tree48debd3ba158f74c6c94c2f1050aaeaf3259f412 /Misc
parent757445bee0343ce03b93ab08bba56a7dc76da159 (diff)
downloadcpython-c7b8e8682e9dc8d4a5050c511a3e5f70a098553e.zip
cpython-c7b8e8682e9dc8d4a5050c511a3e5f70a098553e.tar.gz
cpython-c7b8e8682e9dc8d4a5050c511a3e5f70a098553e.tar.bz2
Issue #1285086: Speed up urllib.parse functions: quote, quote_from_bytes, unquote, unquote_to_bytes.
Recorded merge of revisions 81265 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81265 | florent.xicluna | 2010-05-17 15:35:09 +0200 (lun, 17 mai 2010) | 2 lines Issue #1285086: Speed up urllib.quote and urllib.unquote for simple cases. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4f7ee6c..1df122b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -366,6 +366,9 @@ C-API
Library
-------
+- Issue #1285086: Speed up urllib.parse functions: quote, quote_from_bytes,
+ unquote, unquote_to_bytes.
+
- Issue #8688: Distutils now recalculates MANIFEST everytime.
- Issue #8477: ssl.RAND_egd() and ssl._test_decode_cert() support str with