[issue5468] urlencode does not handle "bytes", and could easily handle alternate encodings

2009-08-28 Thread Miles Kaufmann
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

[issue5468] urlencode does not handle "bytes", and could easily handle alternate encodings

2009-08-31 Thread Miles Kaufmann
Changes by Miles Kaufmann : Removed file: http://bugs.python.org/file14796/urllib_parse.py3k.patch ___ Python tracker <http://bugs.python.org/issue5468> ___ ___ Python-bug

[issue6234] cgi.FieldStorage is broken when given POST data

2009-06-15 Thread Miles Kaufmann
Changes by Miles Kaufmann : -- nosy: +milesck ___ Python tracker <http://bugs.python.org/issue6234> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue5468] urlencode does not handle "bytes", and could easily handle alternate encodings

2009-06-15 Thread Miles Kaufmann
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