[Python-checkins] cpython (3.4): Issue #22178: Fix the date of the Windows epoch (Jan 1, 1601).

zach.ware python-checkins at python.org
Mon Aug 11 22:02:09 CEST 2014


http://hg.python.org/cpython/rev/847a2bdd5bec
changeset:   92074:847a2bdd5bec
branch:      3.4
parent:      92069:d0ea92701b1e
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Mon Aug 11 15:00:48 2014 -0500
summary:
  Issue #22178: Fix the date of the Windows epoch (Jan 1, 1601).

files:
  Doc/library/winreg.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/winreg.rst b/Doc/library/winreg.rst
--- a/Doc/library/winreg.rst
+++ b/Doc/library/winreg.rst
@@ -322,7 +322,7 @@
    +-------+---------------------------------------------+
    | ``2`` | An integer giving when the key was last     |
    |       | modified (if available) as 100's of         |
-   |       | nanoseconds since Jan 1, 1600.              |
+   |       | nanoseconds since Jan 1, 1601.              |
    +-------+---------------------------------------------+
 
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list