This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Fixing documentation for timedelta.
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: berker.peksag, docs@python, musically_ut, vstinner
Priority: normal Keywords: patch

Created on 2017-09-21 16:09 by musically_ut, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 3687 merged musically_ut, 2017-09-21 16:10
Messages (5)
msg302700 - (view) Author: Utkarsh Upadhyay (musically_ut) * Date: 2017-09-21 16:09
There are some instances in the documentation of datetime where the repr of timedelta is mentioned, which was changed in bpo-30302.


Am making a PR shortly to address them.
msg305110 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2017-10-27 11:25
New changeset 843ea47a034307c7b1ca642dd70f0269255b289a by Berker Peksag (Utkarsh Upadhyay) in branch 'master':
bpo-31545: Update documentation containing timedelta repr. (GH-3687)
https://github.com/python/cpython/commit/843ea47a034307c7b1ca642dd70f0269255b289a
msg305112 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2017-10-27 11:25
Thanks!
msg305116 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2017-10-27 12:29
Thank you Utkarsh Upadhyay for finishing the change up to the documentation ;-)
msg305121 - (view) Author: Utkarsh Upadhyay (musically_ut) * Date: 2017-10-27 14:13
:)

There's still a lot of room for improvement on documentation front, esp. the inline __doc__s. I'll be working on that next.

~
ut
History
Date User Action Args
2022-04-11 14:58:52adminsetgithub: 75726
2017-10-27 14:13:51musically_utsetmessages: + msg305121
2017-10-27 12:29:22vstinnersetnosy: + vstinner
messages: + msg305116
2017-10-27 11:25:47berker.peksagsetstatus: open -> closed
type: enhancement
messages: + msg305112

resolution: fixed
stage: patch review -> resolved
2017-10-27 11:25:21berker.peksagsetnosy: + berker.peksag
messages: + msg305110
2017-09-21 16:10:10musically_utsetkeywords: + patch
stage: patch review
pull_requests: + pull_request3676
2017-09-21 16:09:25musically_utcreate