Whitespace normalization.

This commit is contained in:
Tim Peters 2002-08-08 20:19:19 +00:00
parent d7e8a0dd37
commit 469cdad822
83 changed files with 5817 additions and 5828 deletions

View file

@ -571,7 +571,7 @@ class FileObjectClassTestCase(SocketConnectedTest):
class UnbufferedFileObjectClassTestCase(FileObjectClassTestCase):
"""Repeat the tests from FileObjectClassTestCase with bufsize==0.
In this case (and in this case only), it should be possible to
create a file object, read a line from it, create another file
object, read another line from it, without loss of data in the