]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-122781: Allow empty offset for `%z` in `strptime` (#132922)
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Tue, 20 May 2025 16:39:58 +0000 (17:39 +0100)
committerGitHub <noreply@github.com>
Tue, 20 May 2025 16:39:58 +0000 (16:39 +0000)
commit99b580857f32a7cd9e25e1b453755757d3a4060b
treecddd32a5a13bc484ff75ddbb651b7d987e1ceaa4
parent7ad90463df16e1938a3b6725b0f02af34cea372e
gh-122781: Allow empty offset for `%z` in `strptime` (#132922)

* commit

* Move tests
Lib/_strptime.py
Lib/test/datetimetester.py
Misc/NEWS.d/next/Library/2025-04-25-11-48-00.gh-issue-122781.ajsdns.rst [new file with mode: 0644]