]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-132642: document how to render human-readable `timedelta` objects (GH-13382...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 10 May 2025 15:57:29 +0000 (17:57 +0200)
committerGitHub <noreply@github.com>
Sat, 10 May 2025 15:57:29 +0000 (15:57 +0000)
commit18501a11e0358130a6bc48fee339ba3892e9e191
tree8f6cf2545e6caa73c43a4387d6c0b9f254089993
parent5afb224564ab80ac4577c13a2387fb12ace835f4
[3.13] gh-132642: document how to render human-readable `timedelta` objects (GH-133825) (#133836)

gh-132642: document how to render human-readable `timedelta` objects (GH-133825)
(cherry picked from commit efcc42ba70fb09333a2be16401da731662e2984b)

Co-authored-by: Kentaro Jay Takahashi <64148935+KentaroJay@users.noreply.github.com>
Doc/library/datetime.rst
Lib/test/datetimetester.py