summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 82b54a8..d9f8a94 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -58,6 +58,8 @@ Core and Builtins
Library
-------
+- Issue #9908: Fix os.stat() on bytes paths under Windows 7.
+
- Issue #2643: msync() is not called anymore when deallocating an open mmap
object, only munmap().