summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2011-11-04 09:16:28 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2011-11-04 09:16:28 (GMT)
commit12b66b5217d7cbccbeb918683f6df8ab9ae84c3d (patch)
tree8234a13900a989e53f34919bf361739e53d2fb9a /Misc/NEWS
parentdcfde5aac99cd1ff7e43b75103feba44a453055a (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a605909..c91c094 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.