diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2010-05-17 17:33:07 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2010-05-17 17:33:07 (GMT) |
commit | c7b8e8682e9dc8d4a5050c511a3e5f70a098553e (patch) | |
tree | 48debd3ba158f74c6c94c2f1050aaeaf3259f412 /Misc | |
parent | 757445bee0343ce03b93ab08bba56a7dc76da159 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |