[issue3244] multipart/form-data encoding

Forest Bond report at bugs.python.org
Fri Jun 4 15:40:00 CEST 2010


Forest Bond <forest at alittletooquiet.net> added the comment:

New patch:

* Renames class to FormData.
* Replaces method get_body with get_request_data to simplify semantics.
* Drops changes to email.encoders.  I'll create a new ticket to deal with that bug.  Note that tests here fail without that fix.

----------
Added file: http://bugs.python.org/file17548/http_formdata.patch

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


More information about the Python-bugs-list mailing list