[Python-checkins] python/dist/src/Misc NEWS, 1.1193259, 1.1193260
birkenfeld@users.sourceforge.net
birkenfeld at users.sourceforge.net
Sat Jul 9 00:25:36 CEST 2005
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5062/Misc
Modified Files:
Tag: release24-maint
NEWS
Log Message:
backport bug [ 1234979 ] Lock.acquire treats only 1 as True
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193259
retrieving revision 1.1193260
diff -u -d -r1.1193259 -r1.1193260
--- NEWS 4 Jul 2005 17:16:53 -0000 1.1193259
+++ NEWS 8 Jul 2005 22:25:17 -0000 1.1193260
@@ -29,6 +29,9 @@
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
More information about the Python-checkins
mailing list