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
c7ca3ffba3
commit
ab9ba27dc0
12 changed files with 54 additions and 55 deletions
|
@ -71,7 +71,7 @@ f.close()
|
|||
# Try seek, write test
|
||||
f = gzip.GzipFile(filename, 'w')
|
||||
for pos in range(0, 256, 16):
|
||||
f.seek(pos)
|
||||
f.seek(pos)
|
||||
f.write('GZ\n')
|
||||
f.close()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue