Files
requests3/requests
Matt Spitz 13a6e02ccd Increasing super_len compatibilty to include BytesIO and cStringIO objects.
Added a check for 'getvalue' attr, calling it to retrieve the length if we can.

We also try/except the fileno() call, which can throw
io.UnsupportedOperation for BytesIO because, well, they're not files.
2013-10-10 14:54:47 -04:00
..
2013-10-05 22:49:54 +06:00
2013-10-05 20:12:18 +06:00
2013-09-28 16:41:08 +09:00
2013-01-27 02:04:12 +01:00