Commit 5e202086 authored by Terry Jan Reedy's avatar Terry Jan Reedy

Merge with 3.4

parents 5e999fc0 364d6e10
......@@ -242,7 +242,7 @@ def show_idlehelp(parent):
filename = join(abspath(dirname(__file__)), 'help.html')
if not isfile(filename):
# try copy_strip, present message
return
return
HelpWindow(parent, filename, 'IDLE Help')
if __name__ == '__main__':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment