]> granicus.if.org Git - python/commit
Issue #27664: Add to concurrent.futures.thread.ThreadPoolExecutor()
authorGregory P. Smith <greg@krypto.org>
Sun, 7 Aug 2016 17:19:20 +0000 (10:19 -0700)
committerGregory P. Smith <greg@krypto.org>
Sun, 7 Aug 2016 17:19:20 +0000 (10:19 -0700)
commit50abe877ee6f50ebd9cfe228d314220e071fa3c6
tree9858ef0cc4b0b534eb18fc539d3ac62c256f3584
parentd0d24fd1ae05a2aea84165cf0aae98f75a5203c8
Issue #27664: Add to concurrent.futures.thread.ThreadPoolExecutor()
the ability to specify a thread name prefix.
Doc/library/concurrent.futures.rst
Lib/concurrent/futures/thread.py
Lib/test/test_concurrent_futures.py
Misc/NEWS