commit | e9f6614ea3b236851b536f6650cd6abe3f289dcb | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Aug 07 15:46:19 2002 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Aug 07 15:46:19 2002 +0000 |
tree | 43c161e4dea84de01a37a41f577f95dc0b21d085 | |
parent | 21f675826e135695181e978c40605d3db92cc86b [diff] |
"Unbuffered" mode of class _fileobject wasn't actually unbuffered, and this broke a Zope "pipelining" test which read multiple responses from the same connection (this attaches a new file object to the socket for each response). Added a test for this too. (I want to do some code cleanup too, but I thought I'd first fix the problem with as little code as possible, and add a unit test for this case. So that's what this checkin is about.)