diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -94,6 +94,8 @@ Core and Builtins Library ------- +- Issue #26616: Fixed a bug in datetime.astimezone() method. + - Issue #21925: :func:`warnings.formatwarning` now catches exceptions on ``linecache.getline(...)`` to be able to log :exc:`ResourceWarning` emitted late during the Python shutdown process. |