]> granicus.if.org Git - python/commit
Issue #1285086: Speed up urllib.parse functions: quote, quote_from_bytes, unquote...
authorFlorent Xicluna <florent.xicluna@gmail.com>
Mon, 17 May 2010 17:33:07 +0000 (17:33 +0000)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Mon, 17 May 2010 17:33:07 +0000 (17:33 +0000)
commitc7b8e8682e9dc8d4a5050c511a3e5f70a098553e
tree48debd3ba158f74c6c94c2f1050aaeaf3259f412
parent757445bee0343ce03b93ab08bba56a7dc76da159
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.
........
Lib/urllib/parse.py
Misc/NEWS