mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Whitespace normalization.
This commit is contained in:
parent
d7e8a0dd37
commit
469cdad822
83 changed files with 5817 additions and 5828 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue