diff options
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2016-03-25 19:46:55 (GMT) |
---|---|---|
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2016-03-25 19:46:55 (GMT) |
commit | 16b698b095bfc6cd37b66a58536fb11a6884b557 (patch) | |
tree | b2eecef447ab5e11e5be1678e9f8b504c2e1c99d /Misc | |
parent | d7ac00e6209ae29fbd4c9dd71885c32ad4c7340e (diff) | |
parent | 1dcf4f9ee5b60f23291a377353b3dceca7cc9dc9 (diff) | |
download | cpython-16b698b095bfc6cd37b66a58536fb11a6884b557.zip cpython-16b698b095bfc6cd37b66a58536fb11a6884b557.tar.gz cpython-16b698b095bfc6cd37b66a58536fb11a6884b557.tar.bz2 |
merge
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |