commit | 94290d390ec09f2368cc476f7a82d42d9c279c52 | [log] [tgz] |
---|---|---|
author | Kurt B. Kaiser <kbk@shore.net> | Sun Apr 26 23:22:11 2009 +0000 |
committer | Kurt B. Kaiser <kbk@shore.net> | Sun Apr 26 23:22:11 2009 +0000 |
tree | ebfcfc3cb3d50ec7d45aa17481ab4c44a70c2877 | |
parent | 4b965f6ab17370b06ee587c7b12ad3bcd96163e3 [diff] [blame] |
Right click 'go to file/line' not working if spaces in path. Bug 5559.
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index b927b9c..a7ac7b7 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt
@@ -3,6 +3,9 @@ *Release date: XX-XXX-2009* +- OutputWindow/PyShell right click menu "Go to file/line" wasn't working with + file paths containing spaces. Bug 5559. + - Windows: Version string for the .chm help file changed, file not being accessed Patch 5783 Guilherme Polo