[Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (NEWS)

victor.stinner python-checkins at python.org
Fri Sep 18 13:59:37 CEST 2015


https://hg.python.org/cpython/rev/c6fe4cb70ffa
changeset:   98045:c6fe4cb70ffa
parent:      98043:a745a1318807
parent:      98044:5bfcccf229c4
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Fri Sep 18 13:59:30 2015 +0200
summary:
  Merge 3.5 (NEWS)

files:
  Misc/NEWS |  4 ++++
  1 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -103,6 +103,10 @@
 Library
 -------
 
+- Issue #25155: Fix datetime.datetime.now() and datetime.datetime.utcnow() on
+  Windows to support date after year 2038. It was a regression introduced in
+  Python 3.5.0.
+
 - Issue #25108: Omitted internal frames in traceback functions print_stack(),
   format_stack(), and extract_stack() called without arguments.
 

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


More information about the Python-checkins mailing list