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/Misc/NEWS b/Misc/NEWS index 3375dec..dcf4e23 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -28,6 +28,9 @@ Library ------- +- Issue #3573: IDLE hangs when passing invalid command line args + (directory(ies) instead of file(s)) (Patch by Guilherme Polo) + - Issue #13694: asynchronous connect in asyncore.dispatcher does not set addr attribute.