]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-126476: Raise IllegalMonthError for calendar.formatmonth() when the input...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 15 Nov 2024 23:20:10 +0000 (00:20 +0100)
committerGitHub <noreply@github.com>
Fri, 15 Nov 2024 23:20:10 +0000 (15:20 -0800)
commitcdc1dff33f43d410d9136b808b3d8cc3e7df82a9
tree28f72c6e9700a4cbf4a04ba17a14cf1cec89697d
parent797a6327cc8974bb6a692b0761d425392776ae6f
[3.12] gh-126476: Raise IllegalMonthError for calendar.formatmonth() when the input month is not correct (GH-126484) (GH-126878)

gh-126476: Raise IllegalMonthError for calendar.formatmonth() when the input month is not correct (GH-126484)
(cherry picked from commit 3be7498d2450519d5d8f63a35ef298db3b3d935b)

Co-authored-by: Nadeshiko Manju <me@manjusaka.me>
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]