This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:36orsenthilsetrecipients: + orsenthil, harobed, petri.lehtinen
2011-06-20 08:13:36orsenthilsetmessageid: <1308557616.36.0.199833253069.issue12319@psf.upfronthosting.co.za>
2011-06-20 08:13:35orsenthillinkissue12319 messages
2011-06-20 08:13:35orsenthilcreate