Message 69015 - Python tracker
Message69015
| Author | catlee |
|---|---|
| Recipients | catlee |
| Date | 2008-06-30.18:04:18 |
| SpamBayes Score | 0.0046627903 |
| Marked as misclassified | No |
| Message-id | <1214849078.87.0.171093103517.issue3244@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The standard library should provide a way to encode data using the standard multipart/form-data encoding. This encoding is required to support file uploads via HTTP POST (or PUT) requests. Ideally file data could be streamed to the remote server if httplib supported iterable request bodies (see issue #3243). Mailing list thread: http://mail.python.org/pipermail/python-dev/2008-June/080783.html |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-06-30 18:04:39 | catlee | set | spambayes_score: 0.00466279 -> 0.0046627903 recipients: + catlee |
| 2008-06-30 18:04:38 | catlee | set | spambayes_score: 0.00466279 -> 0.00466279 messageid: <1214849078.87.0.171093103517.issue3244@psf.upfronthosting.co.za> |
| 2008-06-30 18:04:19 | catlee | link | issue3244 messages |
| 2008-06-30 18:04:18 | catlee | create | |