]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-140715: Add %t and %n format codes support to strptime() (GH-144896)
authorJason Yalim, PhD <4813268+jyalim@users.noreply.github.com>
Fri, 13 Mar 2026 13:00:39 +0000 (06:00 -0700)
committerGitHub <noreply@github.com>
Fri, 13 Mar 2026 13:00:39 +0000 (14:00 +0100)
commitf884dc6f70fde3550a175ff7ddce79ccc38b3ec6
tree502b74cd563400024a2a75db04b08fbc85259671
parent9162238511197be119c5e7cdc554c1e39522a946
gh-140715: Add %t and %n format codes support to strptime() (GH-144896)

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/2026-02-17-03-43-07.gh-issue-140715.twmcM_.rst [new file with mode: 0644]