mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-32100: IDLE: Fix pathbrowser errors; improve tests. (#4484)
Patch mostly by Cheryl Sabella
This commit is contained in:
parent
d434110974
commit
20d48a44a5
6 changed files with 95 additions and 32 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue