]> granicus.if.org Git - python/commitdiff
Issue #11618: Fix the timeout logic in threading.Lock.acquire() under
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 30 Mar 2011 23:03:10 +0000 (01:03 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 30 Mar 2011 23:03:10 +0000 (01:03 +0200)
Windows.

1  2 
Misc/NEWS

diff --cc Misc/NEWS
index f276cb3a138ebfacf72d206412bc6d80cc4d9ed3,5cc5963d6ee431ec2ad90080bae867fad3fabc7a..33d9997f75f562acc283ee49ed046861566131a5
+++ b/Misc/NEWS
@@@ -87,9 -49,8 +87,11 @@@ Core and Builtin
  Library
  -------
  
+ - Issue #11618: Fix the timeout logic in threading.Lock.acquire() under Windows.
 +- Removed the 'strict' argument to email.parser.Parser, which has been
 +  deprecated since Python 2.4.
 +
  - Issue #11256: Fix inspect.getcallargs on functions that take only keyword
    arguments.