[ python-Feature Requests-727898 ] Support for sending multipart form data

SourceForge.net noreply at sourceforge.net
Mon Jan 12 11:49:18 EST 2004


Feature Requests item #727898, was opened at 2003-04-26 02:37
Message generated for change (Comment added) made by bwarsaw
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=727898&group_id=5470

Category: Python Library
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Hunter Peress (hfastedge)
Assigned to: Barry A. Warsaw (bwarsaw)
Summary: Support for sending multipart form data

Initial Comment:
This is necessary, and simple. 

See:http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/146306
There should be 0 politics about the lack of this.

In response to this if there is some reason you cannot
include this code directly into urllib (most likely),
please tell me what I can do within the time frame of
my reply to 1 email response to get this code included
into the python libraries immediately.

----------------------------------------------------------------------

>Comment By: Barry A. Warsaw (bwarsaw)
Date: 2004-01-12 11:49

Message:
Logged In: YES 
user_id=12800

1) I wonder whether encode_multipart_formdata() couldn't be
cobbled together more cleanly using the email package (I
haven't tried it, but it's got to have most of what you need).

2) I'm not positive urllib is the best place for it, but I'm
not sure what is.

My suggestion would be to contact the web-sig at python.org. 
It seems like the perfect thing that should be considered in
Python's next generation web support.

----------------------------------------------------------------------

Comment By: Raymond Hettinger (rhettinger)
Date: 2004-01-01 01:53

Message:
Logged In: YES 
user_id=80475

Barry, what do you think about this one?

----------------------------------------------------------------------

Comment By: Neal Norwitz (nnorwitz)
Date: 2003-05-06 21:10

Message:
Logged In: YES 
user_id=33168

The best way to get anything included into python is to
submit a patch.  The patch needs to be complete and tested
with all source code, documentation and tests in a single
patch file.  The patch should be relative to current cvs. 
See http://www.python.org/dev/ for more information.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=727898&group_id=5470



More information about the Python-bugs-list mailing list