summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/NEWS.txt
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2006-08-16 03:15:26 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2006-08-16 03:15:26 (GMT)
commit2a7ff297c5958567b3c7f13a43d6bb120eb25b7d (patch)
tree38b686c0c27364ba8eea6433e4fd69d882b07b0c /Lib/idlelib/NEWS.txt
parent4dc5dd1f3b28bde2527b30d24052f00271d934ee (diff)
downloadcpython-2a7ff297c5958567b3c7f13a43d6bb120eb25b7d.zip
cpython-2a7ff297c5958567b3c7f13a43d6bb120eb25b7d.tar.gz
cpython-2a7ff297c5958567b3c7f13a43d6bb120eb25b7d.tar.bz2
The 'with' statement is now a Code Context block opener
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r--Lib/idlelib/NEWS.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 5982396..9285053 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -3,6 +3,8 @@ What's New in IDLE 1.2c1?
*Release date: XX-AUG-2006*
+- The 'with' statement is now a Code Context block opener
+
- Retrieval of previous shell command was not always preserving indentation
(since 1.2a1) Patch 1528468 Tal Einat.