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 martin.panter
Recipients demian.brecht, martin.panter, orsenthil
Date 2015-01-30.05:51:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422597080.87.0.0588867536102.issue23350@psf.upfronthosting.co.za>
In-reply-to
Content
[Edit Error: 'utf8' codec can't decode byte 0xe2 in position 207: invalid continuation byte]

The documentation currently says “Content-Length header should be explicitly provided when the body is an iterable”. See Lib/urllib/request.py:1133 for how it is done for urlopen(), using memoryview(), which is probabaly more correct.
History
Date User Action Args
2015-01-30 05:51:20martin.pantersetrecipients: + martin.panter, orsenthil, demian.brecht
2015-01-30 05:51:20martin.pantersetmessageid: <1422597080.87.0.0588867536102.issue23350@psf.upfronthosting.co.za>
2015-01-30 05:51:20martin.panterlinkissue23350 messages
2015-01-30 05:51:20martin.pantercreate