diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-03-30 23:03:10 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-03-30 23:03:10 (GMT) |
commit | d85456279f129e19a3f4c8ba0b3d05f5bdbfca1d (patch) | |
tree | b6dba00c7a9e08d4dcb12a96106186df8debd48c /Misc | |
parent | 3c136e19b9de13f8d4163a0feb3af54ab8b8c765 (diff) | |
parent | 7899acfc23c6262cea8f69bda36cf256cdfc3501 (diff) | |
download | cpython-d85456279f129e19a3f4c8ba0b3d05f5bdbfca1d.zip cpython-d85456279f129e19a3f4c8ba0b3d05f5bdbfca1d.tar.gz cpython-d85456279f129e19a3f4c8ba0b3d05f5bdbfca1d.tar.bz2 |
Issue #11618: Fix the timeout logic in threading.Lock.acquire() under
Windows.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -87,6 +87,8 @@ Core and Builtins 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. |