[issue28067] Do not call localtime (gmtime) in datetime module

2016-09-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset c7e477fa9e09 by Alexander Belopolsky in branch 'default': #28067: Fixed another typo. https://hg.python.org/cpython/rev/c7e477fa9e09 -- ___ Python tracker

[issue28067] Do not call localtime (gmtime) in datetime module

2016-09-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5bdfe132e4ed by Alexander Belopolsky in branch 'default': #28067: Fixed a typo. https://hg.python.org/cpython/rev/5bdfe132e4ed -- ___ Python tracker __

[issue28067] Do not call localtime (gmtime) in datetime module

2016-09-10 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: > What is gmime_s? A typo. Should be gmtime_s. -- ___ Python tracker ___ ___ Python-bugs-lis

[issue28067] Do not call localtime (gmtime) in datetime module

2016-09-10 Thread Mark Dickinson
Mark Dickinson added the comment: What is gmime_s? -- nosy: +mark.dickinson ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue28067] Do not call localtime (gmtime) in datetime module

2016-09-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8a504694d92f by Alexander Belopolsky in branch 'default': Closes #28067: Do not call localtime (gmtime) in datetime module. https://hg.python.org/cpython/rev/8a504694d92f -- nosy: +python-dev resolution: -> fixed stage: commit review -> res

[issue28067] Do not call localtime (gmtime) in datetime module

2016-09-10 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- title: Do not call localtime in datetime module -> Do not call localtime (gmtime) in datetime module ___ Python tracker ___