Path to this page:
Subject: CVS commit: wip/py-futures
From: jonthn
Date: 2015-05-03 15:32:58
Message id: E1You1D-0001vp-R2@sfs-ml-3.v29.ch3.sourceforge.com
Log Message:
Update to version 3.0.1
Change homepage
3.0.1
=====
- Made Executor.map() non-greedy
3.0.0
=====
- Dropped Python 2.5 and 3.1 support
- Removed the deprecated "futures" top level package
- Applied patch for issue 11777 (Executor.map does not submit futures until
iter.next() is called)
- Applied patch for issue 15015 (accessing an non-existing attribute)
- Applied patch for issue 16284 (memory leak)
- Applied patch for issue 20367 (behavior of concurrent.futures.as_completed()
for duplicate arguments)
Files: