summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-12-03 09:54:46 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-12-03 09:54:46 (GMT)
commit8609da9b17ef73a2fbd272fe665ca054f6383929 (patch)
tree379fa7f580dc16e04c02c9a92093cdd1501bedbf /Lib
parent8a7e76bcfa4c6c778e1bf155b6c4e40f8232d86a (diff)
downloadcpython-8609da9b17ef73a2fbd272fe665ca054f6383929.zip
cpython-8609da9b17ef73a2fbd272fe665ca054f6383929.tar.gz
cpython-8609da9b17ef73a2fbd272fe665ca054f6383929.tar.bz2
Move IDLE news into NEWS.txt.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/idlelib/NEWS.txt3
1 files changed, 3 insertions, 0 deletions
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 @@ 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