diff options
author | Anthony Baxter <anthonybaxter@gmail.com> | 2006-08-16 03:42:26 (GMT) |
---|---|---|
committer | Anthony Baxter <anthonybaxter@gmail.com> | 2006-08-16 03:42:26 (GMT) |
commit | b409666e8ca2c72bf426c7efb254810a0b04ab74 (patch) | |
tree | 997fc10a5325f6257dfbe206f036094f683800d8 /Lib/idlelib/NEWS.txt | |
parent | 2a7ff297c5958567b3c7f13a43d6bb120eb25b7d (diff) | |
download | cpython-b409666e8ca2c72bf426c7efb254810a0b04ab74.zip cpython-b409666e8ca2c72bf426c7efb254810a0b04ab74.tar.gz cpython-b409666e8ca2c72bf426c7efb254810a0b04ab74.tar.bz2 |
preparing for 2.5c1
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 9285053..90b57e6 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,7 +1,7 @@ What's New in IDLE 1.2c1? ========================= -*Release date: XX-AUG-2006* +*Release date: 17-AUG-2006* - The 'with' statement is now a Code Context block opener |