diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2009-10-04 22:35:30 +0000 |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2009-10-04 22:35:30 +0000 |
commit | 949ff7813186af6ed77ab217de7a18c5079e8919 (patch) | |
tree | f1a5799c57d3da7610b8314ae6d995b3c6a57fca | |
parent | 1253c77a01d1a389f15131b833a41bfed871fa94 (diff) | |
download | cpython-git-949ff7813186af6ed77ab217de7a18c5079e8919.tar.gz |
That fix was part of 2.5.3rc1....
-rw-r--r-- | Lib/idlelib/NEWS.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 7d326c41fe..001c6d7823 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,5 +1,5 @@ What's New in Python 2.6.4rc1 -========================== +============================= *Release date: XX-Oct-2009* @@ -8,13 +8,13 @@ What's New in Python 2.6.3 *Release date: 02-Oct-2009* -- On OS X IDLE 2.6 shows two Preference menu items. Issue6951. - What's New in IDLE 2.6.3rc1? ============================ *Release date: 28-Sep-2009* +- On OS X IDLE 2.6 shows two Preference menu items. Issue6951. + - Windows: Version string for the .chm help file changed, file not being accessed Patch 5783 Guilherme Polo |