[issue13927] Document time.ctime format

2019-09-12 Thread Paul Ganssle
Paul Ganssle added the comment: We've merged the PR and I think it resolves this issue, so we can close this issue now. Please let me know if it's not fully resolved and we can re-open. Thanks Roger for reporting this and Harmandeep for making the PR and requested changes. --

[issue13927] Document time.ctime format

2019-09-12 Thread miss-islington
miss-islington added the comment: New changeset 1e17c4d414049ad2b5b6a0a53685efc7a550c5c5 by Miss Islington (bot) in branch '3.8': bpo-13927: time.ctime and time.asctime return string explantion (GH-11303) https://github.com/python/cpython/commit/1e17c4d414049ad2b5b6a0a53685efc7a550c5c5

[issue13927] Document time.ctime format

2019-09-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +15645 pull_request: https://github.com/python/cpython/pull/16022 ___ Python tracker ___

[issue13927] Document time.ctime format

2019-09-12 Thread Paul Ganssle
Paul Ganssle added the comment: New changeset 2d32bf1ef23c9e468b2e8afab3c24e7a2047ac36 by Paul Ganssle (Harmandeep Singh) in branch 'master': bpo-13927: time.ctime and time.asctime return string explantion (GH-11303)

[issue13927] Document time.ctime format

2019-04-14 Thread Harmandeep Singh
Harmandeep Singh added the comment: I have updated the PR, this time I have kept it really simple, and have added examples showing both the cases. -- ___ Python tracker ___

[issue13927] Document time.ctime format

2019-04-11 Thread Cheryl Sabella
Cheryl Sabella added the comment: I guess what I'm thinking of `Www Mmm dd hh:mm:ss ` as representing isn't so much a format, but rather a literal replacement of where each value has a placeholder in the string (that is, a pattern). So, even if `Www` doesn't mean anything, to me it

[issue13927] Document time.ctime format

2019-04-11 Thread Harmandeep Singh
Harmandeep Singh added the comment: This is not python compatible format, I want something like "%a %b %d %H:%M:%S %Y" to explain it. -- ___ Python tracker ___

[issue13927] Document time.ctime format

2019-04-11 Thread Cheryl Sabella
Cheryl Sabella added the comment: I would like to help get this issue merged as it's already been approved by a core developer. Does anyone object to the change? Victor made a suggestion on the PR for alternative wording and I wanted to give others a chance to comment on that. Also,

[issue13927] Document time.ctime format

2019-01-04 Thread STINNER Victor
Change by STINNER Victor : -- title: Extra spaces in the output of time.ctime -> Document time.ctime format versions: -Python 3.2, Python 3.3, Python 3.4, Python 3.5, Python 3.6 ___ Python tracker