commit | 0f71f4415603d36e0fabec812f93dc80547466b3 | [log] [tgz] |
---|---|---|
author | Andrew Svetlov <andrew.svetlov@gmail.com> | Wed Mar 21 13:23:41 2012 +0200 |
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | Wed Mar 21 13:23:41 2012 +0200 |
tree | 8699f6f046f71d058bc0142df798dbc796850e3a | |
parent | 7941736ddb87baeb0771cdfd038de786cdff9009 [diff] [blame] |
#3573: idle now doesn't hungs if launched as: idle -e <directory> Patch by Guilherme Polo.
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 0a4f98e..4482be2 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt
@@ -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? =========================