summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/NEWS.txt
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-04-27 16:58:05 (GMT)
committerGeorg Brandl <georg@python.org>2009-04-27 16:58:05 (GMT)
commit7b2669b8de4e6061e8e0f0697c54020eb16ffd4f (patch)
tree6ab4b199e747605f8495df561442588823bdd6ed /Lib/idlelib/NEWS.txt
parent57e1b503cadb2e54d9628f666dfc8112d9ef0afd (diff)
downloadcpython-7b2669b8de4e6061e8e0f0697c54020eb16ffd4f.zip
cpython-7b2669b8de4e6061e8e0f0697c54020eb16ffd4f.tar.gz
cpython-7b2669b8de4e6061e8e0f0697c54020eb16ffd4f.tar.bz2
Merged revisions 71995 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r71995 | kurt.kaiser | 2009-04-27 01:22:11 +0200 (Mo, 27 Apr 2009) | 2 lines Right click 'go to file/line' not working if spaces in path. Bug 5559. ........
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r--Lib/idlelib/NEWS.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 2918fe5..9bb47ba 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -30,6 +30,9 @@ What's New in IDLE 2.7? (UNRELEASED, but merged into 3.1 releases above.)
*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