diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2011-11-04 09:22:57 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2011-11-04 09:22:57 (GMT) |
commit | 495dcbd5c13007dfd679edc8067131228c65bccb (patch) | |
tree | e35235d872f0727a1d56311b5e212c7615b022e2 /Misc | |
parent | 3d7acb08c43f0319b200c967b009e926daa97222 (diff) | |
parent | 12b66b5217d7cbccbeb918683f6df8ab9ae84c3d (diff) | |
download | cpython-495dcbd5c13007dfd679edc8067131228c65bccb.zip cpython-495dcbd5c13007dfd679edc8067131228c65bccb.tar.gz cpython-495dcbd5c13007dfd679edc8067131228c65bccb.tar.bz2 |
Merge 3.2: issue #13140
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |