]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] Add tests for time.strftime() with invalid format string (GH-125696) (GH-125701)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 18 Oct 2024 14:13:31 +0000 (16:13 +0200)
committerGitHub <noreply@github.com>
Fri, 18 Oct 2024 14:13:31 +0000 (14:13 +0000)
commit93933782d999ef58682a8713e5cd3cf92166048e
tree5907e125ee56d454a1f0febee5408b87575cd75f
parentaa9faee686d1a3773778c087e39b146271deed24
[3.12] Add tests for time.strftime() with invalid format string (GH-125696) (GH-125701)

(cherry picked from commit 2e950e341930ea79549137d4d3771d5edb940e65)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_time.py