From: Andrew Svetlov Date: Mon, 26 Mar 2012 19:14:13 +0000 (+0300) Subject: Update missed idlelib/NEWS.txt X-Git-Tag: v3.3.0a2~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a5cf6c4913980e27f6868d22929e63e5be22e3dc;p=thirdparty%2FPython%2Fcpython.git Update missed idlelib/NEWS.txt --- diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 4482be2024ab..8402a3a6bccb 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,6 +1,8 @@ -What's New in IDLE 3.2.3? +What's New in IDLE 3.3? ========================= +- IDLE can be launched as `python -m ildelib` + - Issue #3573: IDLE hangs when passing invalid command line args (directory(ies) instead of file(s)).