mirror of
https://github.com/python/cpython.git
synced 2025-09-28 03:13:48 +00:00
Issue #25155: document the bugfix in Misc/NEWS
Oops, I forgot to document my change.
This commit is contained in:
parent
4a0d1e7c36
commit
02d6a25bea
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ Core and Builtins
|
|||
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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue