Senthil Kumaran <sent...@uthcode.com> added the comment:

Thanks for the patch, Forest Bond. 
However, the way I look at this feature, it could be added into  urllib.request 
as a separate handler called MultiPostHandler and request object when it 
requires it should be able to add it and then use it.
Here is a first version of this patch, which would give the idea of how it 
would be added to the urllib.request (Note this is python3 adaptation of PyPi 
package by name MultipartPostHandler). I shall see to add this in 3.3 and shall 
include the tests/docs/howto.

----------
Added file: http://bugs.python.org/file26146/Issue3244.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue3244>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to