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 pitrou
Recipients catlee, davide.rizzo, eric.araujo, georg.brandl, jhylton, orsenthil, pitrou, rcoyner, rhettinger, xuanji
Date 2010-12-01.17:08:24
SpamBayes Score 0.0024211153
Marked as misclassified No
Message-id <1291223302.3569.3.camel@localhost.localdomain>
In-reply-to <1291218630.37.0.938665794504.issue3243@psf.upfronthosting.co.za>
Content
> if not request.has_header('Content-length'):
>     if (not hasattr(data, '__read__') and 

What is __read__ supposed to be?

> 2) Can call len but not buffer: assume len == #bytes

Why do you need it at all?
History
Date User Action Args
2010-12-01 17:08:26pitrousetrecipients: + pitrou, jhylton, georg.brandl, rhettinger, orsenthil, catlee, eric.araujo, rcoyner, xuanji, davide.rizzo
2010-12-01 17:08:24pitroulinkissue3243 messages
2010-12-01 17:08:24pitroucreate