bpo-32100: IDLE: Fix pathbrowser errors; improve tests. (#4484)

Patch mostly by Cheryl Sabella
This commit is contained in:
Cheryl Sabella 2017-11-22 19:05:25 -05:00 committed by Terry Jan Reedy
parent d434110974
commit 20d48a44a5
6 changed files with 95 additions and 32 deletions

View file

@ -668,7 +668,7 @@ class EditorWindow(object):
def open_path_browser(self, event=None):
from idlelib import pathbrowser
pathbrowser.PathBrowser(self.flist)
pathbrowser.PathBrowser(self.root)
return "break"
def open_turtle_demo(self, event = None):