Merge with 3.5
This commit is contained in:
commit
2e02348c7e
|
@ -234,7 +234,7 @@ def copy_strip():
|
||||||
with open(src, 'rb') as inn,\
|
with open(src, 'rb') as inn,\
|
||||||
open(dst, 'wb') as out:
|
open(dst, 'wb') as out:
|
||||||
for line in inn:
|
for line in inn:
|
||||||
out.write(line.rstrip() + '\n')
|
out.write(line.rstrip() + b'\n')
|
||||||
print('idle.html copied to help.html')
|
print('idle.html copied to help.html')
|
||||||
|
|
||||||
def show_idlehelp(parent):
|
def show_idlehelp(parent):
|
||||||
|
|
Loading…
Reference in New Issue