commit | 7c010ee00cc0bfb859c326d9a78bd8dd2bf92246 | [log] [tgz] |
---|---|---|
author | Andrew Svetlov <andrew.svetlov@gmail.com> | Wed Mar 21 13:35:08 2012 +0200 |
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | Wed Mar 21 13:35:08 2012 +0200 |
tree | 5e392e8133ed337502800efa809dbb5b56d9a2b3 | |
parent | 3d3cf48e53404996cff2e5a7e35812245b3e0a31 [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 0b3668f..65b5c17 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -27,6 +27,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.