bpo-32100: IDLE: PathBrowser does not open#4484
Conversation
|
Having worked out the reasons for the initialization and double-click bugs, the fixes look exactly right. I want to add tests that would have caught both. (But see the issue.) |
|
Very nice addition. I am testing and slightly editing and will upload a patch soon. |
|
Changes:
I |
|
I cannot edit even my comments or add inline comments or leave 'Review'. Will merge, if I can, if Travis passes. |
|
Thanks @csabella for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.6. |
|
Sorry, @csabella and @terryjreedy, I could not cleanly backport this to |
|
GH-4512 is a backport of this pull request to the 3.6 branch. |
|
@terryjreedy Thanks! |
Minimal change to get PathBrowser working.
init()inModuleBrowserno longer takes flist as a parameter, but PathBrowser was sending it.file_openinModuleBrowserTreeItem.OnDoubleClickdidn't havefile_opendefined, which gave an error when trying to open a file from the Path Browser.Not fixed:
https://bugs.python.org/issue32100