Message 138691 - Python tracker
Message138691
| Author | orsenthil |
|---|---|
| Recipients | harobed, orsenthil, petri.lehtinen |
| Date | 2011-06-20.08:13:35 |
| SpamBayes Score | 0.004011234 |
| Marked as misclassified | No |
| Message-id | <1308557616.36.0.199833253069.issue12319@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
We had support for chunked transfer encoding for POST method recently, which is exposed via urllib2 wrapper function. PUT is not exposed via urllib2 and users should use httplib. This feature of chunked transfer can be added to PUT by taking the body of the message as iterable. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-06-20 08:13:36 | orsenthil | set | recipients: + orsenthil, harobed, petri.lehtinen |
| 2011-06-20 08:13:36 | orsenthil | set | messageid: <1308557616.36.0.199833253069.issue12319@psf.upfronthosting.co.za> |
| 2011-06-20 08:13:35 | orsenthil | link | issue12319 messages |
| 2011-06-20 08:13:35 | orsenthil | create | |