mirror of https://github.com/python/cpython.git
Catch up to recent changes in TextFile (spotted by Bastian Kleineidam).
This commit is contained in:
parent
5316ef4bbb
commit
9082cdd009
|
@ -332,7 +332,7 @@ def read_template (self):
|
||||||
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…
Reference in New Issue