diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2011-11-04 09:16:28 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2011-11-04 09:16:28 (GMT) |
commit | 12b66b5217d7cbccbeb918683f6df8ab9ae84c3d (patch) | |
tree | 8234a13900a989e53f34919bf361739e53d2fb9a /Misc/NEWS | |
parent | dcfde5aac99cd1ff7e43b75103feba44a453055a (diff) | |
download | cpython-12b66b5217d7cbccbeb918683f6df8ab9ae84c3d.zip cpython-12b66b5217d7cbccbeb918683f6df8ab9ae84c3d.tar.gz cpython-12b66b5217d7cbccbeb918683f6df8ab9ae84c3d.tar.bz2 |
Closes #13140: Fix the daemon_threads attribute of ThreadingMixIn.
Diffstat (limited to 'Misc/NEWS')
-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. |