diff options
author | R David Murray <rdmurray@bitdance.com> | 2012-08-23 01:34:00 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2012-08-23 01:34:00 (GMT) |
commit | b8687df6532b809f41d77dfc617363d3c093ec88 (patch) | |
tree | 48e09484522d82be90843fe16584126f41a63116 /Misc | |
parent | 17183a2972e8981c0d0ca2d599b6e08fc662fc28 (diff) | |
download | cpython-b8687df6532b809f41d77dfc617363d3c093ec88.zip cpython-b8687df6532b809f41d77dfc617363d3c093ec88.tar.gz cpython-b8687df6532b809f41d77dfc617363d3c093ec88.tar.bz2 |
#665194: Update email.utils.localtime to use astimezone, and fix bug.
The new code correctly handles historic changes in UTC offsets.
A test for this should follow.
Original patch by Alexander Belopolsky.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -24,6 +24,9 @@ Core and Builtins Library ------- +- Issue ##665194: Update email.utils.localtime to use datetime.astimezone and + correctly handle historic changes in UTC offsets. + - Issue #15199: Fix JavaScript's default MIME type to application/javascript. Patch by Bohuslav Kabrda. |