diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2007-12-13 03:38:16 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2007-12-13 03:38:16 (GMT) |
commit | 8a78cadf561ea67649a84d9b4055dd4c24e2e0ba (patch) | |
tree | 83dcf49d1d7c420f5dd6e4c879c5926d3f004e91 /Lib/idlelib/NEWS.txt | |
parent | f4d4f8b97fc2e5a59058c54abe6a23194c3d3116 (diff) | |
download | cpython-8a78cadf561ea67649a84d9b4055dd4c24e2e0ba.zip cpython-8a78cadf561ea67649a84d9b4055dd4c24e2e0ba.tar.gz cpython-8a78cadf561ea67649a84d9b4055dd4c24e2e0ba.tar.bz2 |
Shell was not colorizing due to bug introduced at r57998, Bug 1586.
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 0966152..d340e66 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,7 +1,20 @@ +What's New in IDLE 3.0a3? +========================= + +*Release date: XX-XXX-200X* + +- CodeContext was not importing. + +- Corrected two 3.0 compatibility errors reported by Mark Summerfield: + http://mail.python.org/pipermail/python-3000/2007-December/011491.html + +- Shell was not colorizing due to bug introduced at r57998, Bug 1586. + + What's New in IDLE 3.0a2? ========================= -*Release date: XX-XXX-2007* +*Release date: 06-Dec-2007* - Windows EOL sequence not converted correctly, encoding error. Caused file save to fail. Bug 1130. @@ -28,7 +41,7 @@ What's New in IDLE 3.0a1? What's New in IDLE 2.6a1? ========================= -*Release date: XX-XXX-200X* UNRELEASED, but merged into 3.0a1 +*Release date: XX-XXX-200X* UNRELEASED, but merged into 3.0 - tabpage.py updated: tabbedPages.py now supports multiple dynamic rows of tabs. Patch 1612746 Tal Einat. |