summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/NEWS.txt
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2006-08-10 17:11:09 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2006-08-10 17:11:09 (GMT)
commitcd3d8bee022cda55c43c2130122d092f5059d115 (patch)
treef7639935ca0a65550ac70118dca4e1ababe70861 /Lib/idlelib/NEWS.txt
parentb2dd1a3906d6ad0cbd4a136f2c93580b48212975 (diff)
downloadcpython-cd3d8bee022cda55c43c2130122d092f5059d115.zip
cpython-cd3d8bee022cda55c43c2130122d092f5059d115.tar.gz
cpython-cd3d8bee022cda55c43c2130122d092f5059d115.tar.bz2
Retrieval of previous shell command was not always preserving indentation
since 1.2a1) Patch 1528468 Tal Einat.
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-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 235963e..5982396 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -3,6 +3,9 @@ What's New in IDLE 1.2c1?
*Release date: XX-AUG-2006*
+- Retrieval of previous shell command was not always preserving indentation
+ (since 1.2a1) Patch 1528468 Tal Einat.
+
- Changing tokenize (39046) to detect dedent broke tabnanny check (since 1.2a1)
- ToggleTab dialog was setting indent to 8 even if cancelled (since 1.2a1).