summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Quinlan <brian@sweetapp.com>2010-09-21 12:28:43 (GMT)
committerBrian Quinlan <brian@sweetapp.com>2010-09-21 12:28:43 (GMT)
commitaf38dc5b0c6f4a0308555199a07fcaba8f27e94d (patch)
tree5d1028fb32afdde49a7d7a6b54e8cc2438f2a79f
parent45fb9a1c238df4c5d6019a57fe8c47f76254e3d1 (diff)
downloadcpython-af38dc5b0c6f4a0308555199a07fcaba8f27e94d.zip
cpython-af38dc5b0c6f4a0308555199a07fcaba8f27e94d.tar.gz
cpython-af38dc5b0c6f4a0308555199a07fcaba8f27e94d.tar.bz2
Add an entry for the concurrent.futures package
-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
-----