diff options
| author | Martin v. Löwis <martin@v.loewis.de> | 2006-12-03 09:54:46 +0000 |
|---|---|---|
| committer | Martin v. Löwis <martin@v.loewis.de> | 2006-12-03 09:54:46 +0000 |
| commit | 8609da9b17ef73a2fbd272fe665ca054f6383929 (patch) | |
| tree | 379fa7f580dc16e04c02c9a92093cdd1501bedbf /Lib/idlelib | |
| parent | 8a7e76bcfa4c6c778e1bf155b6c4e40f8232d86a (diff) | |
| download | cpython-git-8609da9b17ef73a2fbd272fe665ca054f6383929.tar.gz | |
Move IDLE news into NEWS.txt.
Diffstat (limited to 'Lib/idlelib')
| -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 a869c13653..43e5b452aa 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -3,6 +3,9 @@ What's New in IDLE 2.6a1? *Release date: XX-XXX-200X* +- Patch #1362975: Rework CodeContext indentation algorithm to + avoid hard-coding pixel widths. + - Some syntax errors were being caught by tokenize during the tabnanny check, resulting in obscure error messages. Do the syntax check first. Bug 1562716, 1562719 |
