]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:25 +0000 (00:20 +0100)
committerGitHub <noreply@github.com>
Fri, 15 Nov 2024 23:20:25 +0000 (15:20 -0800)
commitd74f1f477ae846ec66aa65e846bc1b338fad6641
treec346409d465946b4e7fe2a0ff0fdb06ceafa8b34
parentc8962104f2c8502b9a6b8a5e0f6603916852c13f
[3.13] gh-126476: Raise IllegalMonthError for calendar.formatmonth() when the input month is not correct (GH-126484) (GH-126879)

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]