[Python-checkins] cpython (2.7): sync idle news from 2.7 branch

benjamin.peterson python-checkins at python.org
Sat Dec 6 03:10:02 CET 2014


https://hg.python.org/cpython/rev/aff3a5f813b5
changeset:   93760:aff3a5f813b5
branch:      2.7
parent:      93748:d50096708b2d
user:        Benjamin Peterson <benjamin at python.org>
date:        Fri Dec 05 21:09:47 2014 -0500
summary:
  sync idle news from 2.7 branch

files:
  Lib/idlelib/NEWS.txt |  32 ++++++++++++++++++++++++++++++++
  1 files changed, 32 insertions(+), 0 deletions(-)


diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -1,6 +1,38 @@
 What's New in IDLE 2.7.9?
 =========================
 
+*Release data: 2014-12-07* (projected)
+
+- Issue #16893: Update Idle doc chapter to match current Idle and add new
+  information.
+
+- Issue #3068: Add Idle extension configuration dialog to Options menu.
+  Changes are written to HOME/.idlerc/config-extensions.cfg.
+  Original patch by Tal Einat.
+
+- Issue #16233: A module browser (File : Class Browser, Alt+C) requires a
+  editor window with a filename.  When Class Browser is requested otherwise,
+  from a shell, output window, or 'Untitled' editor, Idle no longer displays
+  an error box.  It now pops up an  Open Module box (Alt+M). If a valid name
+  is entered and a module is opened, a corresponding browser is also opened.
+
+- Issue #4832: Save As to type Python files automatically adds .py to the
+  name you enter (even if your system does not display it).  Some systems
+  automatically add .txt when type is Text files.
+
+- Issue #21986: Code objects are not normally pickled by the pickle module.
+  To match this, they are no longer pickled when running under Idle.
+
+- Issue #22221: IDLE now ignores the source encoding declaration on the second
+  line if the first line contains anything except a comment.
+
+- Issue #17390: Adjust Editor window title; remove 'Python',
+  move version to end.
+
+- Issue #14105: Idle debugger breakpoints no longer disappear
+  when inseting or deleting lines.
+
+
 What's New in IDLE 2.7.8?
 =========================
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list