[Python-checkins] cpython (3.4): Update idlelib/NEWS.txt.

terry.reedy python-checkins at python.org
Sat Dec 6 02:51:28 CET 2014


https://hg.python.org/cpython/rev/3a770955d2bd
changeset:   93758:3a770955d2bd
branch:      3.4
parent:      93755:6b83e21c8679
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Fri Dec 05 20:49:32 2014 -0500
summary:
  Update idlelib/NEWS.txt.

files:
  Lib/idlelib/NEWS.txt |  24 ++++++++++++++++++++++++
  1 files changed, 24 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,3 +1,27 @@
+What's New in Idle 3.4.3?
+=========================
+
+- 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.
+
+
 What's New in IDLE 3.4.2?
 =========================
 

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


More information about the Python-checkins mailing list