File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
18What's New in IDLE 3.2.1?
29=========================
310
Original file line number Diff line number Diff line change @@ -10,11 +10,6 @@ What's New in Python 3.3.0 Alpha 2?
1010Core 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
3530Library
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
You can’t perform that action at this time.
0 commit comments