summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAlex Gr?nholm <alex.gronholm@nextday.fi>2012-08-25 06:50:48 +0000
committerAlex Gr?nholm <alex.gronholm@nextday.fi>2012-08-25 06:50:48 +0000
commit4a4b6974a8b6684ecbb429cd947503b6fe78ac39 (patch)
tree20f90544600b5a9c25a1c6c1b0cd46b8b5990b4f /CHANGES
parent75441481c4e5855f18d1772064e6d5f44b2a3730 (diff)
downloadfutures-4a4b6974a8b6684ecbb429cd947503b6fe78ac39.tar.gz
Fixed race condition (thanks Ralf Schmitt)2.1.3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 610c2ec..1a84b63 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,8 @@
2.1.3
=====
+- Fixed race condition in wait(return_when=ALL_COMPLETED)
+ (http://bugs.python.org/issue14406) -- thanks Ralf Schmitt
- Added missing setUp() methods to several test classes