summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-11-23 14:23:26 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-11-23 14:23:26 (GMT)
commit91a7af3e48b7e36bd937998e7076c3fe2e812de2 (patch)
tree8d9684a94ea7d9ff6752366daf899a3e1a6e7637 /Misc
parent93965f7a6bb1e762f7985c6fe247596a3a0e56df (diff)
downloadcpython-91a7af3e48b7e36bd937998e7076c3fe2e812de2.zip
cpython-91a7af3e48b7e36bd937998e7076c3fe2e812de2.tar.gz
cpython-91a7af3e48b7e36bd937998e7076c3fe2e812de2.tar.bz2
Issue #19727: os.utime(..., None) is now potentially more precise under Windows.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 93301ff..3cfe234 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -68,6 +68,9 @@ Core and Builtins
Library
-------
+- Issue #19727: os.utime(..., None) is now potentially more precise
+ under Windows.
+
- Issue #17201: ZIP64 extensions now are enabled by default. Patch by
William Mallard.