diff options
| author | Florent Xicluna <florent.xicluna@gmail.com> | 2011-11-04 10:16:28 +0100 |
|---|---|---|
| committer | Florent Xicluna <florent.xicluna@gmail.com> | 2011-11-04 10:16:28 +0100 |
| commit | 12b66b5217d7cbccbeb918683f6df8ab9ae84c3d (patch) | |
| tree | 8234a13900a989e53f34919bf361739e53d2fb9a /Misc | |
| parent | dcfde5aac99cd1ff7e43b75103feba44a453055a (diff) | |
| download | cpython-git-12b66b5217d7cbccbeb918683f6df8ab9ae84c3d.tar.gz | |
Closes #13140: Fix the daemon_threads attribute of ThreadingMixIn.
Diffstat (limited to 'Misc')
| -rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -66,6 +66,8 @@ Core and Builtins 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. |
