mirror of
https://github.com/python/cpython.git
synced 2025-07-28 21:55:21 +00:00
Whitespace normalization.
This commit is contained in:
parent
15c1fe5047
commit
f733abb783
21 changed files with 128 additions and 128 deletions
|
@ -138,7 +138,7 @@ class TestGzip(unittest.TestCase):
|
|||
y = f.read(10)
|
||||
f.close()
|
||||
self.assertEquals(y, data1[20:30])
|
||||
|
||||
|
||||
def test_seek_write(self):
|
||||
# Try seek, write test
|
||||
f = gzip.GzipFile(self.filename, 'w')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue