◐ Shell
clean mode source ↗

Message 123001 - Python tracker

> 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?