diff options
author | Anthony Baxter <anthonybaxter@gmail.com> | 2005-03-09 11:54:29 (GMT) |
---|---|---|
committer | Anthony Baxter <anthonybaxter@gmail.com> | 2005-03-09 11:54:29 (GMT) |
commit | b3baf322fbaa2359160b17982ba0d1741f683ab5 (patch) | |
tree | 5ff4b3fb1d7c4588523e4442ecff1a039af37aa5 /Lib/idlelib/NEWS.txt | |
parent | 74105f142406727c06304bf4a7ac9a3385aaa0fa (diff) | |
download | cpython-b3baf322fbaa2359160b17982ba0d1741f683ab5.zip cpython-b3baf322fbaa2359160b17982ba0d1741f683ab5.tar.gz cpython-b3baf322fbaa2359160b17982ba0d1741f683ab5.tar.bz2 |
pre-release magic
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-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 7d188f2..47b32ea 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,7 +1,7 @@ -What's New in IDLE 1.1.1? -======================= +What's New in IDLE 1.1.1c1? +=========================== -*Release date: XX-JAN-2005* +*Release date: 10-MAR-2005* - If an extension can't be loaded, print warning and skip it instead of erroring out. |