Miles Kaufmann added the comment:
I've attached a patch that provides similar functionality to Dan Mahn's
urlencode(), as well as providing encoding and errors parameters to
parse_qs and parse_qsl, updating the documentation to reflect the added
parameters, and adding test c
Changes by Miles Kaufmann :
Removed file: http://bugs.python.org/file14796/urllib_parse.py3k.patch
___
Python tracker
<http://bugs.python.org/issue5468>
___
___
Python-bug
Changes by Miles Kaufmann :
--
nosy: +milesck
___
Python tracker
<http://bugs.python.org/issue6234>
___
___
Python-bugs-list mailing list
Unsubscribe:
Miles Kaufmann added the comment:
parse_qs and parse_qsl should also grow encoding and errors parameters to
pass to the underlying unquote().
--
nosy: +milesck
___
Python tracker
<http://bugs.python.org/issue5