[issue28130] Document that time.tzset updates time module globals

2017-01-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8578757cc3a6 by Alexander Belopolsky in branch '2.7': Closes #28130: Documented that time.tzset() updates time module globals. https://hg.python.org/cpython/rev/8578757cc3a6 -- status: open -> closed ___

[issue28130] Document that time.tzset updates time module globals

2017-01-12 Thread Greg Bengeult
Greg Bengeult added the comment: Here's the 2.7 patch. -- Added file: http://bugs.python.org/file46276/tzset_rst_27.patch ___ Python tracker ___ _

[issue28130] Document that time.tzset updates time module globals

2017-01-12 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- status: closed -> open ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue28130] Document that time.tzset updates time module globals

2017-01-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset ec3b08b361c0 by Alexander Belopolsky in branch 'default': Closes #28130: Documented that time.tzset() updates time module globals. https://hg.python.org/cpython/rev/ec3b08b361c0 -- nosy: +python-dev status: open -> closed __

[issue28130] Document that time.tzset updates time module globals

2017-01-12 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: Committed in ec3b08b361c0. Thanks, Greg. Leaving open until 2.7 docs are fixed as well. -- resolution: -> fixed stage: -> resolved versions: +Python 2.7 -Python 3.6 ___ Python tracker

[issue28130] Document that time.tzset updates time module globals

2017-01-12 Thread Greg Bengeult
Greg Bengeult added the comment: How about this documentation patch for tzset()? Most of the verbiage comes from the Linux tzset() man page. I can also generate a similar patch for 2.7 if it's needed. -- nosy: +gbengeult versions: +Python 3.7 Added file: http://bugs.python.org/file4627

[issue28130] Document that time.tzset updates time module globals

2016-10-18 Thread Lisa Roach
Lisa Roach added the comment: Will this simple update be enough? Or should more documentation be added for clarification? -- keywords: +patch nosy: +lisroach Added file: http://bugs.python.org/file45135/tzset_doc.patch ___ Python tracker

[issue28130] Document that time.tzset updates time module globals

2016-10-03 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- nosy: +Mariatta ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue28130] Document that time.tzset updates time module globals

2016-09-14 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- title: Document that time.tzset updates time module constants -> Document that time.tzset updates time module globals ___ Python tracker ___