summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-07-08 22:26:13 (GMT)
committerGeorg Brandl <georg@python.org>2005-07-08 22:26:13 (GMT)
commitaf410b510db2ecee4369ab217692f15bb3be85bc (patch)
tree060167ae7c49524e28fddc427106151dbefe1272 /Misc
parent8b687cf6839164c552b074c15a26a65a879a3cfc (diff)
downloadcpython-af410b510db2ecee4369ab217692f15bb3be85bc.zip
cpython-af410b510db2ecee4369ab217692f15bb3be85bc.tar.gz
cpython-af410b510db2ecee4369ab217692f15bb3be85bc.tar.bz2
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 b3a56b0..0af2c80 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -103,6 +103,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.
- Patch #1212117: os.stat().st_flags is now accessible as a attribute