From: Brian Quinlan Date: Tue, 21 Sep 2010 12:28:43 +0000 (+0000) Subject: Add an entry for the concurrent.futures package X-Git-Tag: v3.2a3~183 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=af38dc5b0c6f4a0308555199a07fcaba8f27e94d;p=thirdparty%2FPython%2Fcpython.git Add an entry for the concurrent.futures package --- diff --git a/Misc/NEWS b/Misc/NEWS index c96f5095468f..1e6e954afe30 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -183,6 +183,8 @@ Library guaranteed to exist in all Python implementations and the names of hash algorithms available in the current process. +- A new package ``concurrent.futures`` as defined by PEP 3148. + C-API -----