Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a0d1e7 commit 02d6a25Copy full SHA for 02d6a25
1 file changed
Misc/NEWS
@@ -14,6 +14,10 @@ Core and Builtins
14
Library
15
-------
16
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
+
21
- Issue #25108: Omitted internal frames in traceback functions print_stack(),
22
format_stack(), and extract_stack() called without arguments.
23
0 commit comments