commit | bed171011525daab22ea99575abd8c14751b8ea6 | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Sat Nov 29 01:48:47 2008 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Sat Nov 29 01:48:47 2008 +0000 |
tree | b4b0009cfbc70492db03298c3c3f2922ac4e2d8e | |
parent | 47c2b607b8584a5c9e4bd46f53f12fa4fb772d5e [diff] [blame] |
Fix more threading API related bugs: Thread.get_name() --> Thread.name. Seen when setting RPCHandler.debugging=True
diff --git a/Misc/NEWS b/Misc/NEWS index 8c80bc2..7a833a3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -24,6 +24,9 @@ Library ------- +- IDLE would print a "Unhandled server exception!" message when internal + debugging is enabled. + - Issue #4455: IDLE failed to display the windows list when two windows have the same title.