diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2009-05-06 03:38:31 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2009-05-06 03:38:31 (GMT) |
commit | 1521fdae594d87cfc724711aef1a50aa555947d2 (patch) | |
tree | 919f33789a693b0976fd3b74924f4112b5413c33 /Lib/idlelib/NEWS.txt | |
parent | cef4b81fae5dd90a0c00b04412c3a8ea03064326 (diff) | |
download | cpython-1521fdae594d87cfc724711aef1a50aa555947d2.zip cpython-1521fdae594d87cfc724711aef1a50aa555947d2.tar.gz cpython-1521fdae594d87cfc724711aef1a50aa555947d2.tar.bz2 |
Merged revisions 72226 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72226 | kurt.kaiser | 2009-05-02 21:03:44 -0400 (Sat, 02 May 2009) | 3 lines
idle.py modified and simplified to better support
developing experimental versions of IDLE which are
not installed in the standard location.
........
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 9bb47ba..573f45f 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* +- idle.py modified and simplified to better support developing experimental + versions of IDLE which are not installed in the standard location. + - OutputWindow/PyShell right click menu "Go to file/line" wasn't working with file paths containing spaces. Bug 5559. |