[Python-checkins] cpython (merge 3.2 -> default): Merge from 3.2 for issue #3573, fix Misc/NEWS as Ned Deily guess.

andrew.svetlov python-checkins at python.org
Wed Mar 21 12:32:12 CET 2012


http://hg.python.org/cpython/rev/cdcd1f7f0882
changeset:   75847:cdcd1f7f0882
parent:      75845:01404295138d
parent:      75846:a95b19b3b4cd
user:        Andrew Svetlov <andrew.svetlov at gmail.com>
date:        Wed Mar 21 13:31:12 2012 +0200
summary:
  Merge from 3.2 for issue #3573, fix Misc/NEWS as Ned Deily guess.

files:
  Lib/idlelib/NEWS.txt |  7 +++++++
  Misc/NEWS            |  8 +++-----
  2 files changed, 10 insertions(+), 5 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,10 @@
+What's New in IDLE 3.2.3?
+=========================
+
+- Issue #3573: IDLE hangs when passing invalid command line args
+  (directory(ies) instead of file(s)).
+
+
 What's New in IDLE 3.2.1?
 =========================
 
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,11 +10,6 @@
 Core and Builtins
 -----------------
 
-- Issue #3573: IDLE hangs when passing invalid command line args
-  (directory(ies) instead of file(s))
-
-  Thanks to Guilherme Polo for patch and to Roger Serwy for review.
-
 - Issue #1683368: object.__new__ and object.__init__ raise a TypeError if they
   are passed arguments and their complementary method is not overridden.
 
@@ -35,6 +30,9 @@
 Library
 -------
 
+- Issue #3573: IDLE hangs when passing invalid command line args
+  (directory(ies) instead of file(s)) (Patch by Guilherme Polo)
+
 - Issue #14269: SMTPD now conforms to the RFC and requires a HELO command
   before MAIL, RCPT, or DATA.
 

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


More information about the Python-checkins mailing list