Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 02d6a25

Browse files
committed
Issue #25155: document the bugfix in Misc/NEWS
Oops, I forgot to document my change.
1 parent 4a0d1e7 commit 02d6a25

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Misc/NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ Core and Builtins
1414
Library
1515
-------
1616

17+
- Issue #25155: Fix datetime.datetime.now() and datetime.datetime.utcnow() on
18+
Windows to support date after year 2038. It was a regression introduced in
19+
Python 3.5.0.
20+
1721
- Issue #25108: Omitted internal frames in traceback functions print_stack(),
1822
format_stack(), and extract_stack() called without arguments.
1923

0 commit comments

Comments
 (0)