From af38dc5b0c6f4a0308555199a07fcaba8f27e94d Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Tue, 21 Sep 2010 12:28:43 +0000 Subject: Add an entry for the concurrent.futures package --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index c96f509..1e6e954 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 ----- -- cgit v0.12