summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2016-03-25 19:46:55 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2016-03-25 19:46:55 (GMT)
commit16b698b095bfc6cd37b66a58536fb11a6884b557 (patch)
treeb2eecef447ab5e11e5be1678e9f8b504c2e1c99d /Misc
parentd7ac00e6209ae29fbd4c9dd71885c32ad4c7340e (diff)
parent1dcf4f9ee5b60f23291a377353b3dceca7cc9dc9 (diff)
downloadcpython-16b698b095bfc6cd37b66a58536fb11a6884b557.zip
cpython-16b698b095bfc6cd37b66a58536fb11a6884b557.tar.gz
cpython-16b698b095bfc6cd37b66a58536fb11a6884b557.tar.bz2
merge
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 945527c..ca36123 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -232,6 +232,8 @@ Core and Builtins
Library
-------
+- Issue #26616: Fixed a bug in datetime.astimezone() method.
+
- Issue #26637: The :mod:`importlib` module now emits an :exc:`ImportError`
rather than a :exc:`TypeError` if :func:`__import__` is tried during the
Python shutdown process but :data:`sys.path` is already cleared (set to