summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-09-21 18:19:07 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-09-21 18:19:07 (GMT)
commit38425292fbb1811e78b02bbd190f6f4de75f6562 (patch)
treec10804e8f034bf9225dc7fa2f26d690a4fb3805d /Misc
parent3e62f78c4ef51972258b8f6bf76cb725cabddcad (diff)
downloadcpython-38425292fbb1811e78b02bbd190f6f4de75f6562.zip
cpython-38425292fbb1811e78b02bbd190f6f4de75f6562.tar.gz
cpython-38425292fbb1811e78b02bbd190f6f4de75f6562.tar.bz2
Issue #9908: Fix os.stat() on bytes paths under Windows 7.
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().