mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Merge with 3.4
This commit is contained in:
commit
e8509556c3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue