diff options
author | Brian Quinlan <brian@sweetapp.com> | 2010-09-21 12:28:43 (GMT) |
---|---|---|
committer | Brian Quinlan <brian@sweetapp.com> | 2010-09-21 12:28:43 (GMT) |
commit | af38dc5b0c6f4a0308555199a07fcaba8f27e94d (patch) | |
tree | 5d1028fb32afdde49a7d7a6b54e8cc2438f2a79f | |
parent | 45fb9a1c238df4c5d6019a57fe8c47f76254e3d1 (diff) | |
download | cpython-af38dc5b0c6f4a0308555199a07fcaba8f27e94d.zip cpython-af38dc5b0c6f4a0308555199a07fcaba8f27e94d.tar.gz cpython-af38dc5b0c6f4a0308555199a07fcaba8f27e94d.tar.bz2 |
Add an entry for the concurrent.futures package
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ----- |