Skip to content

Commit 206d2a4

Browse files
committed
Merge from 3.2 for issue #3573, fix Misc/NEWS as Ned Deily guess.
2 parents 6b6e437 + 0f71f44 commit 206d2a4

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

Lib/idlelib/NEWS.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
What's New in IDLE 3.2.3?
2+
=========================
3+
4+
- Issue #3573: IDLE hangs when passing invalid command line args
5+
(directory(ies) instead of file(s)).
6+
7+
18
What's New in IDLE 3.2.1?
29
=========================
310

Misc/NEWS

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ What's New in Python 3.3.0 Alpha 2?
1010
Core and Builtins
1111
-----------------
1212

13-
- Issue #3573: IDLE hangs when passing invalid command line args
14-
(directory(ies) instead of file(s))
15-
16-
Thanks to Guilherme Polo for patch and to Roger Serwy for review.
17-
1813
- Issue #1683368: object.__new__ and object.__init__ raise a TypeError if they
1914
are passed arguments and their complementary method is not overridden.
2015

@@ -35,6 +30,9 @@ Core and Builtins
3530
Library
3631
-------
3732

33+
- Issue #3573: IDLE hangs when passing invalid command line args
34+
(directory(ies) instead of file(s)) (Patch by Guilherme Polo)
35+
3836
- Issue #14269: SMTPD now conforms to the RFC and requires a HELO command
3937
before MAIL, RCPT, or DATA.
4038

0 commit comments

Comments
 (0)