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 demian.brecht
Recipients demian.brecht, martin.panter, r.david.murray, serhiy.storchaka
Date 2015-03-23.00:50:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427071830.93.0.764377641886.issue23740@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, I've done some additional work to request/send in issue #12319 where I've added support for chunked request encoding.

@David
> if an iterable is passed in, it must be an iterable of bytes-like objects

This specific issue is addressed in the patch in #23350.

@Martin
> text files could also be handled more consistently by checking the read() return type

I wouldn't be opposed to this at all. In fact, I was going to initially make that change in #12319, but wanted to keep the change surface minimal and realistically, peeking at the data type rather than checking for 'b' in mode doesn't /really/ make that much of a difference.
History
Date User Action Args
2015-03-23 00:50:30demian.brechtsetrecipients: + demian.brecht, r.david.murray, martin.panter, serhiy.storchaka
2015-03-23 00:50:30demian.brechtsetmessageid: <1427071830.93.0.764377641886.issue23740@psf.upfronthosting.co.za>
2015-03-23 00:50:30demian.brechtlinkissue23740 messages
2015-03-23 00:50:30demian.brechtcreate