summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2016-03-25 19:42:59 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2016-03-25 19:42:59 (GMT)
commit1dcf4f9ee5b60f23291a377353b3dceca7cc9dc9 (patch)
tree12df3e33f597e65096dbe0e532e3c88517928f36 /Misc
parent84ca9fe14533d7fca2cf5c18d3cba3e72c8204ae (diff)
downloadcpython-1dcf4f9ee5b60f23291a377353b3dceca7cc9dc9.zip
cpython-1dcf4f9ee5b60f23291a377353b3dceca7cc9dc9.tar.gz
cpython-1dcf4f9ee5b60f23291a377353b3dceca7cc9dc9.tar.bz2
Issue#26616:Fixed a bug in datetime.astimezone() method.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3baeeec..1127e37 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.