summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-03-26 18:29:44 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-03-26 18:29:44 (GMT)
commitc13d454e84aabe80fbc7763491bdfb3c924016fe (patch)
treecfa7515e3fc60914ec8101b6017689da9d6ac29f /Misc
parentd9faa201cedbb5a1882ad50e72e85c6f99c7f18e (diff)
downloadcpython-c13d454e84aabe80fbc7763491bdfb3c924016fe.zip
cpython-c13d454e84aabe80fbc7763491bdfb3c924016fe.tar.gz
cpython-c13d454e84aabe80fbc7763491bdfb3c924016fe.tar.bz2
Issue #11635: Don't use polling in worker threads and processes launched by
concurrent.futures.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2fd4c39..f5ff837 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -53,6 +53,9 @@ Core and Builtins
Library
-------
+- Issue #11635: Don't use polling in worker threads and processes launched by
+ concurrent.futures.
+
- Issue #11628: cmp_to_key generated class should use __slots__
- Issue #11666: let help() display named tuple attributes and methods