[issue25283] Make tm_gmtoff and tm_zone available on all platforms

2018-06-08 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: New changeset bcb032e4acdebc043a7659a06e6037fe71020860 by Alexander Belopolsky in branch 'master': bpo-33810 Remove unused code from datetime.py. (GH-7549) https://github.com/python/cpython/commit/bcb032e4acdebc043a7659a06e6037fe71020860 -- _

[issue25283] Make tm_gmtoff and tm_zone available on all platforms

2018-06-08 Thread Alexander Belopolsky
Change by Alexander Belopolsky : -- pull_requests: +7183 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue25283] Make tm_gmtoff and tm_zone available on all platforms

2016-09-16 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: The problem of computing tm_gmtoff on platforms without it was solved by tzcode some time ago. [1,2] Consider stealing some of their logic. [1]: http://mm.icann.org/pipermail/tz/2014-September/021601.html [2]: https://github.com/eggert/tz/commit/40b395e1

[issue25283] Make tm_gmtoff and tm_zone available on all platforms

2016-09-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset a96101dd105c by Alexander Belopolsky in branch 'default': Closes #25283: Make tm_gmtoff and tm_zone available on all platforms. https://hg.python.org/cpython/rev/a96101dd105c -- nosy: +python-dev resolution: -> fixed stage: commit review ->

[issue25283] Make tm_gmtoff and tm_zone available on all platforms

2016-09-10 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- keywords: +patch stage: needs patch -> commit review Added file: http://bugs.python.org/file44539/issue25283.diff ___ Python tracker ___

[issue25283] Make tm_gmtoff and tm_zone available on all platforms

2015-09-30 Thread Alexander Belopolsky
New submission from Alexander Belopolsky: See datetime-sig thread [1] for details. [1]: https://mail.python.org/pipermail/datetime-sig/2015-September/000955.html -- assignee: belopolsky messages: 251954 nosy: belopolsky priority: normal severity: normal stage: needs patch status: open t