diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2009-04-26 01:33:55 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2009-04-26 01:33:55 (GMT) |
commit | c34ed8e86972510f8a3ab161b175ef4a7619d6ab (patch) | |
tree | f4a2f5d9adf5fa568b460c91dc40b43dd85a219e /Lib/idlelib/NEWS.txt | |
parent | 71efeb7cbf9645815f6bc565dee1f0787359356a (diff) | |
download | cpython-c34ed8e86972510f8a3ab161b175ef4a7619d6ab.zip cpython-c34ed8e86972510f8a3ab161b175ef4a7619d6ab.tar.gz cpython-c34ed8e86972510f8a3ab161b175ef4a7619d6ab.tar.bz2 |
Merged revisions 71812 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71812 | kurt.kaiser | 2009-04-22 22:36:01 -0400 (Wed, 22 Apr 2009) | 2 lines
Produce correct version string to access the .chm
docs on Windows. Patch 5783 gpolo. Will port.
........
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 9072de5..c111232 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -27,6 +27,9 @@ What's New in IDLE 2.7? (UNRELEASED, but merged into 3.1 releases above.) *Release date: XX-XXX-2009* +- Windows: Version string for the .chm help file changed, file not being + accessed Patch 5783 Guilherme Polo + - Allow multiple IDLE GUI/subprocess pairs to exist simultaneously. Thanks to David Scherer for suggesting the use of an ephemeral port for the GUI. Patch 1529142 Weeble. |