diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2006-08-10 17:11:09 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2006-08-10 17:11:09 (GMT) |
commit | cd3d8bee022cda55c43c2130122d092f5059d115 (patch) | |
tree | f7639935ca0a65550ac70118dca4e1ababe70861 /Lib/idlelib/NEWS.txt | |
parent | b2dd1a3906d6ad0cbd4a136f2c93580b48212975 (diff) | |
download | cpython-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.txt | 3 |
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). |