diff options
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2016-03-25 19:42:59 (GMT) |
---|---|---|
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2016-03-25 19:42:59 (GMT) |
commit | 1dcf4f9ee5b60f23291a377353b3dceca7cc9dc9 (patch) | |
tree | 12df3e33f597e65096dbe0e532e3c88517928f36 /Misc/NEWS | |
parent | 84ca9fe14533d7fca2cf5c18d3cba3e72c8204ae (diff) | |
download | cpython-1dcf4f9ee5b60f23291a377353b3dceca7cc9dc9.zip cpython-1dcf4f9ee5b60f23291a377353b3dceca7cc9dc9.tar.gz cpython-1dcf4f9ee5b60f23291a377353b3dceca7cc9dc9.tar.bz2 |
Issue#26616:Fixed a bug in datetime.astimezone() method.
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. |