[Python-checkins] r84944 - python/branches/py3k/Misc/NEWS

brian.quinlan python-checkins at python.org
Tue Sep 21 14:28:44 CEST 2010


Author: brian.quinlan
Date: Tue Sep 21 14:28:43 2010
New Revision: 84944

Log:
Add an entry for the concurrent.futures package

Modified:
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Tue Sep 21 14:28:43 2010
@@ -183,6 +183,8 @@
   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
 -----
 


More information about the Python-checkins mailing list