]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-140715: Add `%F` format code support to `strptime()` (GH-140647)
authorJason Yalim, PhD <4813268+jyalim@users.noreply.github.com>
Mon, 9 Feb 2026 12:24:15 +0000 (05:24 -0700)
committerGitHub <noreply@github.com>
Mon, 9 Feb 2026 12:24:15 +0000 (13:24 +0100)
commitd99f3fc474f34db4176ac67611efec18bde66c7e
treed942299c9698dc73c74a8eca3114e49957878841
parentaa6ed802f20c1ddadf45942d350422d3d4e0bbea
gh-140715: Add `%F` format code support to `strptime()` (GH-140647)

Also: add tests for the `%T` format code

Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Doc/library/datetime.rst
Lib/_strptime.py
Lib/test/datetimetester.py
Lib/test/test_strptime.py
Lib/test/test_time.py
Misc/NEWS.d/next/Library/2025-10-27-00-13-04.gh-issue-140715.WkozE0.rst [new file with mode: 0644]