summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-07-08 22:25:17 (GMT)
committerGeorg Brandl <georg@python.org>2005-07-08 22:25:17 (GMT)
commit412d5fab78c3de8c51d3904dfa8811b4f42c82cb (patch)
treed3adce5e07a61d88c8368fad9f986527718317ac /Misc
parentb7f086f5d99ac18565afccfb90df1ba973ed44fa (diff)
downloadcpython-412d5fab78c3de8c51d3904dfa8811b4f42c82cb.zip
cpython-412d5fab78c3de8c51d3904dfa8811b4f42c82cb.tar.gz
cpython-412d5fab78c3de8c51d3904dfa8811b4f42c82cb.tar.bz2
backport bug [ 1234979 ] Lock.acquire treats only 1 as True
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fb0391f..274d842 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,9 @@ Core and builtins
Extension Modules
-----------------
+- Bug #1234979: For the argument of thread.Lock.acquire, the Windows
+ implemented treated all integer values except 1 as false.
+
- Bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly.
- Bug #1166660: The readline module could segfault if hook functions