[issue28157] Document time module constants (timezone, tzname, etc.) as deprecated.

2017-10-11 Thread Berker Peksag
Berker Peksag added the comment: This issue can be closed now. Thank you, everyone! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed type: -> enhancement ___ Python tracker ___

[issue28157] Document time module constants (timezone, tzname, etc.) as deprecated.

2017-10-11 Thread Berker Peksag
Berker Peksag added the comment: New changeset 764969a4b9ed7c6d2adbc04269f9b4fa392a1eed by Berker Peksag (Miss Islington (bot)) in branch '3.6': [3.6] bpo-28157: Improvements for the time module documentation (GH-928) https://github.com/python/cpython/commit/764969a4b9ed7c6d2adbc04269f9b4fa392

[issue28157] Document time module constants (timezone, tzname, etc.) as deprecated.

2017-10-11 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +3928 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue28157] Document time module constants (timezone, tzname, etc.) as deprecated.

2017-10-11 Thread Berker Peksag
Berker Peksag added the comment: New changeset 703ff381ffa946c23e7e25b0ae93a636a2607a40 by Berker Peksag (Cheryl Sabella) in branch 'master': bpo-28157: Improvements for the time module documentation (GH-928) https://github.com/python/cpython/commit/703ff381ffa946c23e7e25b0ae93a636a2607a40 -

[issue28157] Document time module constants (timezone, tzname, etc.) as deprecated.

2017-04-01 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +1134 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue28157] Document time module constants (timezone, tzname, etc.) as deprecated.

2017-04-01 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- keywords: -3.2regression ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28157] Document time module constants (timezone, tzname, etc.) as deprecated.

2017-04-01 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: > The datetime module .. Yes, the datetime module documentation can be improved, but let's keep this issue focused on the time module. Please open a new issue for the datetime module improvements. -- ___ Pyt

[issue28157] Document time module constants (timezone, tzname, etc.) as deprecated.

2017-04-01 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: Cheryl, There is no need to apologize. I assigned this issue to myself when I created it because I had a few ideas about refactoring the time module documentation and thought I would get to it soon. As often happens other priorities interfered. Contri

[issue28157] Document time module constants (timezone, tzname, etc.) as deprecated.

2017-04-01 Thread Cheryl Sabella
Cheryl Sabella added the comment: I think I may need to apologize. I'm new to this and was looking through the open docs issues and saw this one. Just now, I noticed that the 'assigned to' was filled in. I had only been looking at tickets that didn't have a pull request and not looking at t

[issue28157] Document time module constants (timezone, tzname, etc.) as deprecated.

2017-04-01 Thread Cheryl Sabella
Cheryl Sabella added the comment: Also, back to the original title of saying timezone, altzone, etc are deprecated - there are examples in the datetime docs that use those constants. Should that be updated to tm_zone and tm_gmtoff? -- ___ Python tr

[issue28157] Document time module constants (timezone, tzname, etc.) as deprecated.

2017-04-01 Thread Cheryl Sabella
Cheryl Sabella added the comment: The datetime module has a separate section for strptime and strftime. Any interest in splitting those functions into their own section? -- ___ Python tracker

[issue28157] Document time module constants (timezone, tzname, etc.) as deprecated.

2017-03-31 Thread STINNER Victor
STINNER Victor added the comment: IMHO it's worth it to have a dedicated section for CLOCK_xxx constants. It would allow to mention which functions use them. -- ___ Python tracker _

[issue28157] Document time module constants (timezone, tzname, etc.) as deprecated.

2017-03-31 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: A question for Victor: Should we split the "Constants" section into "Clock ID constants" and "Timezone constants"? (See PR 928.) -- ___ Python tracker __

[issue28157] Document time module constants (timezone, tzname, etc.) as deprecated.

2017-03-31 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: The time and math modules are probably the oldest Python modules, but math have seen more development recently, so it should serve as a good model for how things should be organized. Yes, I believe re-listing module functions and constants in the module

[issue28157] Document time module constants (timezone, tzname, etc.) as deprecated.

2017-03-31 Thread Cheryl Sabella
Cheryl Sabella added the comment: We were discussing changing the docstring on the pull request and I had additional questions, so I am moving them here for discussion: I've been looking at pydoc math and pydoc time (and the the module.c source). Before I go down the wrong path, I'm not sure I

[issue28157] Document time module constants (timezone, tzname, etc.) as deprecated.

2017-03-31 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: needs patch -> patch review versions: +Python 3.7 ___ Python tracker ___ ___ Python-bugs-list m

[issue28157] Document time module constants (timezone, tzname, etc.) as deprecated.

2017-03-31 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +825 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue28157] Document time module constants (timezone, tzname, etc.) as deprecated.

2016-09-14 Thread Alexander Belopolsky
New submission from Alexander Belopolsky: The time module defines timezone, altzone, tzname and daylight constants that store information about system timezone. This information is derived from the timezone rules that are in effect at the module loading time, but may be incorrect for the tim