diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -49,6 +49,8 @@ Core and Builtins Library ------- +- Issue #11618: Fix the timeout logic in threading.Lock.acquire() under Windows. + - Issue #11256: Fix inspect.getcallargs on functions that take only keyword arguments. |