[Python-checkins] python/dist/src/Misc NEWS,1.1310,1.1311

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Sat Jul 9 00:26:15 CEST 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5550/Misc

Modified Files:
	NEWS 
Log Message:
bug [ 1234979 ] Lock.acquire treats only 1 as True



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1310
retrieving revision 1.1311
diff -u -d -r1.1310 -r1.1311
--- NEWS	5 Jul 2005 15:21:55 -0000	1.1310
+++ NEWS	8 Jul 2005 22:26:13 -0000	1.1311
@@ -103,6 +103,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.
 
 - Patch #1212117: os.stat().st_flags is now accessible as a attribute



More information about the Python-checkins mailing list