]> granicus.if.org Git - python/commit
Initial implementation of PEP 3148
authorBrian Quinlan <brian@sweetapp.com>
Sat, 18 Sep 2010 22:35:02 +0000 (22:35 +0000)
committerBrian Quinlan <brian@sweetapp.com>
Sat, 18 Sep 2010 22:35:02 +0000 (22:35 +0000)
commit81c4d36928754cc59a48723e4126b5066cc8e8d6
tree9f5b545838f8f8f4e080366ca021cf41fb2a369f
parent679e0f23280672cdb9144ddeb7022e248b0fdceb
Initial implementation of PEP 3148
Doc/library/concurrent.futures.rst [new file with mode: 0644]
Doc/library/someos.rst
Lib/concurrent/__init__.py [new file with mode: 0644]
Lib/concurrent/futures/__init__.py [new file with mode: 0644]
Lib/concurrent/futures/_base.py [new file with mode: 0644]
Lib/concurrent/futures/process.py [new file with mode: 0644]
Lib/concurrent/futures/thread.py [new file with mode: 0644]
Lib/test/test_concurrent_futures.py [new file with mode: 0644]