]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add tests for time.strftime() with invalid format string (GH-125696)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 18 Oct 2024 13:51:29 +0000 (16:51 +0300)
committerGitHub <noreply@github.com>
Fri, 18 Oct 2024 13:51:29 +0000 (16:51 +0300)
commit2e950e341930ea79549137d4d3771d5edb940e65
tree184c996759f558d40566f5cf8bac89e4e11e1367
parentcda0ec8e7c4e9a010e5f73c5afaf18f86cb27b97
Add tests for time.strftime() with invalid format string (GH-125696)
Lib/test/test_time.py