]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add an entry for the concurrent.futures package
authorBrian Quinlan <brian@sweetapp.com>
Tue, 21 Sep 2010 12:28:43 +0000 (12:28 +0000)
committerBrian Quinlan <brian@sweetapp.com>
Tue, 21 Sep 2010 12:28:43 +0000 (12:28 +0000)
Misc/NEWS

index c96f5095468f5dbb9f2eab943bdf112f26f52a69..1e6e954afe30c5ed9d0d06b4631280cf11f5cbf3 100644 (file)
--- 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
 -----