Commit 206d2a43 authored by Andrew Svetlov's avatar Andrew Svetlov

Merge from 3.2 for issue #3573, fix Misc/NEWS as Ned Deily guess.

parents 6b6e4376 0f71f441
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? What's New in IDLE 3.2.1?
========================= =========================
......
...@@ -10,11 +10,6 @@ What's New in Python 3.3.0 Alpha 2? ...@@ -10,11 +10,6 @@ What's New in Python 3.3.0 Alpha 2?
Core and Builtins 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 - Issue #1683368: object.__new__ and object.__init__ raise a TypeError if they
are passed arguments and their complementary method is not overridden. are passed arguments and their complementary method is not overridden.
...@@ -35,6 +30,9 @@ Core and Builtins ...@@ -35,6 +30,9 @@ Core and Builtins
Library 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 - Issue #14269: SMTPD now conforms to the RFC and requires a HELO command
before MAIL, RCPT, or DATA. before MAIL, RCPT, or DATA.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment