]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126476: Raise IllegalMonthError for calendar.formatmonth() when the input month...
authorNadeshiko Manju <me@manjusaka.me>
Fri, 15 Nov 2024 19:03:06 +0000 (03:03 +0800)
committerGitHub <noreply@github.com>
Fri, 15 Nov 2024 19:03:06 +0000 (11:03 -0800)
commit3be7498d2450519d5d8f63a35ef298db3b3d935b
tree12f3c6ae4c394f98f49543aebdcee541bd4423b4
parenta2c180f4e768267b12beda7f02436eb4a481dbe2
gh-126476: Raise IllegalMonthError for calendar.formatmonth() when the input month is not correct (GH-126484)

Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
Lib/calendar.py
Lib/test/test_calendar.py
Misc/NEWS.d/next/Library/2024-11-06-18-30-50.gh-issue-126476.F1wh3c.rst [new file with mode: 0644]