diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -168,6 +168,8 @@ Core and Builtins Library ------- +- Issue #5385: Fixed mmap crash after resize failure on windows. + - Issue #5179: Fixed subprocess handle leak on failure on windows. - PEP 372: Added collections.OrderedDict(). |