Add an entry for the concurrent.futures package

This commit is contained in:
Brian Quinlan 2010-09-21 12:28:43 +00:00
parent 45fb9a1c23
commit af38dc5b0c
1 changed files with 2 additions and 0 deletions

View File

@ -183,6 +183,8 @@ Library
guaranteed to exist in all Python implementations and the names of hash guaranteed to exist in all Python implementations and the names of hash
algorithms available in the current process. algorithms available in the current process.
- A new package ``concurrent.futures`` as defined by PEP 3148.
C-API C-API
----- -----