summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2011-11-04 09:22:57 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2011-11-04 09:22:57 (GMT)
commit495dcbd5c13007dfd679edc8067131228c65bccb (patch)
treee35235d872f0727a1d56311b5e212c7615b022e2 /Misc
parent3d7acb08c43f0319b200c967b009e926daa97222 (diff)
parent12b66b5217d7cbccbeb918683f6df8ab9ae84c3d (diff)
downloadcpython-495dcbd5c13007dfd679edc8067131228c65bccb.zip
cpython-495dcbd5c13007dfd679edc8067131228c65bccb.tar.gz
cpython-495dcbd5c13007dfd679edc8067131228c65bccb.tar.bz2
Merge 3.2: issue #13140
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 3a87990..23f4259 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -350,6 +350,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.