mirror of https://github.com/python/cpython.git
Merge from 3.2 for issue #3573, fix Misc/NEWS as Ned Deily guess.
This commit is contained in:
commit
206d2a43a3
|
@ -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?
|
What's New in IDLE 3.2.1?
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue