[Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4
terry.reedy
python-checkins at python.org
Mon Dec 1 23:13:41 CET 2014
https://hg.python.org/cpython/rev/a1aa0a4371eb
changeset: 93688:a1aa0a4371eb
parent: 93685:e1afae23dfcd
parent: 93687:de898ba9941d
user: Terry Jan Reedy <tjreedy at udel.edu>
date: Mon Dec 01 17:08:53 2014 -0500
summary:
Merge with 3.4
files:
Misc/NEWS | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -191,6 +191,8 @@
Library
-------
+- Issue #21971: Update turtledemo doc and add module to the index.
+
- Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.
Original patch by Martin Panter.
@@ -1186,6 +1188,23 @@
IDLE
----
+- 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 #17390: Adjust Editor window title; remove 'Python',
move version to end.
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list