commit | 8609da9b17ef73a2fbd272fe665ca054f6383929 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun Dec 03 09:54:46 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun Dec 03 09:54:46 2006 +0000 |
tree | 379fa7f580dc16e04c02c9a92093cdd1501bedbf | |
parent | 8a7e76bcfa4c6c778e1bf155b6c4e40f8232d86a [diff] [blame] |
Move IDLE news into NEWS.txt.
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index a869c13..43e5b45 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt
@@ -3,6 +3,9 @@ *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