summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
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
-----