commit | bcb032e4acdebc043a7659a06e6037fe71020860 | [log] [tgz] |
---|---|---|
author | Alexander Belopolsky <abalkin@users.noreply.github.com> | Fri Jun 08 19:22:33 2018 -0400 |
committer | GitHub <noreply@github.com> | Fri Jun 08 19:22:33 2018 -0400 |
tree | 07c50dcbb30667ccb9110fc8a332da17b73b274d | |
parent | 4c3e39f61c6a759aa1370497ea3597f3564f9da0 [diff] |
bpo-33810 Remove unused code from datetime.py. (GH-7549) Since implementation of bpo-25283, the objects returned by time.localtime always have tm_zone and tm_gmtoff attributes. Remove code that anticipates their absence.