changeset: 75847:cdcd1f7f0882 parent: 75845:01404295138d parent: 75846:a95b19b3b4cd user: Andrew Svetlov date: Wed Mar 21 13:31:12 2012 +0200 files: Lib/idlelib/PyShell.py Misc/NEWS description: Merge from 3.2 for issue #3573, fix Misc/NEWS as Ned Deily guess. diff -r 01404295138d -r cdcd1f7f0882 Lib/idlelib/NEWS.txt --- a/Lib/idlelib/NEWS.txt Tue Mar 20 23:03:26 2012 +0200 +++ b/Lib/idlelib/NEWS.txt Wed Mar 21 13:31:12 2012 +0200 @@ -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 -r 01404295138d -r cdcd1f7f0882 Misc/NEWS --- a/Misc/NEWS Tue Mar 20 23:03:26 2012 +0200 +++ b/Misc/NEWS Wed Mar 21 13:31:12 2012 +0200 @@ -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.

AltStyle によって変換されたページ (->オリジナル) /