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 benjamin.peterson, eng793, hynek, pitrou, stutzbach
Date 2012-09-08.17:16:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347124563.51.0.308538236405.issue15842@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, I've found a couple of issues with the patch:
- it doesn't address seekable(); seekable() should also raise ValueError
- the test should be done with makefile(..., buffering=0), so that SocketIO is actually tested, rather than the buffered object wrapping it
History
Date User Action Args
2012-09-08 17:16:03pitrousetrecipients: + pitrou, benjamin.peterson, stutzbach, hynek, eng793
2012-09-08 17:16:03pitrousetmessageid: <1347124563.51.0.308538236405.issue15842@psf.upfronthosting.co.za>
2012-09-08 17:16:03pitroulinkissue15842 messages
2012-09-08 17:16:02pitroucreate