commit | a5cf6c4913980e27f6868d22929e63e5be22e3dc | [log] [tgz] |
---|---|---|
author | Andrew Svetlov <andrew.svetlov@gmail.com> | Mon Mar 26 22:14:13 2012 +0300 |
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | Mon Mar 26 22:14:13 2012 +0300 |
tree | faa3f829f8844bd3ab012b8bdb2106cb1721a12a | |
parent | d543f2b8b0b66af330aae6764e53495cda48fd4e [diff] |
Update missed idlelib/NEWS.txt
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 4482be2..8402a3a 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)).