commit | 12b66b5217d7cbccbeb918683f6df8ab9ae84c3d | [log] [tgz] |
---|---|---|
author | Florent Xicluna <florent.xicluna@gmail.com> | Fri Nov 04 10:16:28 2011 +0100 |
committer | Florent Xicluna <florent.xicluna@gmail.com> | Fri Nov 04 10:16:28 2011 +0100 |
tree | 8234a13900a989e53f34919bf361739e53d2fb9a | |
parent | dcfde5aac99cd1ff7e43b75103feba44a453055a [diff] [blame] |
Closes #13140: Fix the daemon_threads attribute of ThreadingMixIn.
diff --git a/Misc/NEWS b/Misc/NEWS index a605909..c91c094 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -66,6 +66,8 @@ Library ------- +- Issue #13140: Fix the daemon_threads attribute of ThreadingMixIn. + - Issue #13339: Fix compile error in posixmodule.c due to missing semicolon. Thanks to Robert Xiao.