diff options
author | Georg Brandl <georg@python.org> | 2005-07-08 22:25:17 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-07-08 22:25:17 (GMT) |
commit | 412d5fab78c3de8c51d3904dfa8811b4f42c82cb (patch) | |
tree | d3adce5e07a61d88c8368fad9f986527718317ac /Misc | |
parent | b7f086f5d99ac18565afccfb90df1ba973ed44fa (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |