summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2011-11-04 10:16:28 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2011-11-04 10:16:28 +0100
commit12b66b5217d7cbccbeb918683f6df8ab9ae84c3d (patch)
tree8234a13900a989e53f34919bf361739e53d2fb9a /Misc
parentdcfde5aac99cd1ff7e43b75103feba44a453055a (diff)
downloadcpython-git-12b66b5217d7cbccbeb918683f6df8ab9ae84c3d.tar.gz
Closes #13140: Fix the daemon_threads attribute of ThreadingMixIn.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a605909c3d..c91c094a2f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.