[Python-checkins] cpython (3.5): Issue #25155: document the bugfix in Misc/NEWS
victor.stinner
python-checkins at python.org
Fri Sep 18 13:59:55 CEST 2015
https://hg.python.org/cpython/rev/5bfcccf229c4
changeset: 98044:5bfcccf229c4
branch: 3.5
parent: 98042:e8f5502f7724
user: Victor Stinner <victor.stinner at gmail.com>
date: Fri Sep 18 13:59:09 2015 +0200
summary:
Issue #25155: document the bugfix in Misc/NEWS
Oops, I forgot to document my change.
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
@@ -14,6 +14,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