[issue1285086] urllib.quote is too slow

Florent Xicluna report at bugs.python.org
Tue May 11 09:44:06 CEST 2010


Florent Xicluna <florent.xicluna at gmail.com> added the comment:

I've tested a variant of the previous patch.
On my laptop, it gives good performance for simple cases, and the penalty for real-quoting case is very low.

I've tested a short-circuit for the unquote() function too.

----------
nosy: +flox
Added file: http://bugs.python.org/file17290/issue1285086_fast_quote.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1285086>
_______________________________________


More information about the Python-bugs-list mailing list