mirror of
https://github.com/python/cpython.git
synced 2025-10-22 14:42:22 +00:00
Catch up to recent changes in TextFile (spotted by Bastian Kleineidam).
This commit is contained in:
parent
5316ef4bbb
commit
9082cdd009
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ class sdist (Command):
|
||||||
join_lines=1,
|
join_lines=1,
|
||||||
lstrip_ws=1,
|
lstrip_ws=1,
|
||||||
rstrip_ws=1,
|
rstrip_ws=1,
|
||||||
collapse_ws=1)
|
collapse_join=1)
|
||||||
|
|
||||||
while 1:
|
while 1:
|
||||||
line = template.readline()
|
line = template.readline()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue