]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-70647: Deprecate strptime day of month parsing without a year present to avoid...
authorGregory P. Smith <greg@krypto.org>
Wed, 3 Apr 2024 12:19:49 +0000 (05:19 -0700)
committerGitHub <noreply@github.com>
Wed, 3 Apr 2024 12:19:49 +0000 (14:19 +0200)
commit33ee5cb3e92ea8798e7f1a2f3a13b92b39cee6d6
treee9ae52885bb8f2c56a07b6b20b4ebb177ccb4ed7
parent595bb496b0504429cf01a76fd1ada718d9dd25ca
GH-70647: Deprecate strptime day of month parsing without a year present to avoid leap-year bugs (GH-117107)
Doc/library/datetime.rst
Lib/_strptime.py
Lib/test/datetimetester.py
Lib/test/test_time.py
Lib/test/test_unittest/test_assertions.py
Lib/unittest/case.py
Misc/NEWS.d/next/Library/2024-03-20-16-10-29.gh-issue-70647.FpD6Ar.rst [new file with mode: 0644]