diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-09-21 18:19:07 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-09-21 18:19:07 (GMT) |
commit | 38425292fbb1811e78b02bbd190f6f4de75f6562 (patch) | |
tree | c10804e8f034bf9225dc7fa2f26d690a4fb3805d /Misc | |
parent | 3e62f78c4ef51972258b8f6bf76cb725cabddcad (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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(). |