]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-148663: Document that `calendar.IllegalMonthError` inherits from both ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 3 May 2026 16:42:39 +0000 (18:42 +0200)
committerGitHub <noreply@github.com>
Sun, 3 May 2026 16:42:39 +0000 (17:42 +0100)
commit6a2f12b0311ff169a8e7aea9731abdd1d1cd038e
tree8c42035ddee95cb54d782635a584ba085365912a
parenta04e3f01ceaa3a27d6cd1d083d4f71a78a549c37
[3.13] gh-148663: Document that `calendar.IllegalMonthError` inherits from both `ValueError` and `IndexError` (GH-148664) (#148918)

(cherry picked from commit 435be06dd25a5e4e19014340c4ba873d71051c4c)

Co-authored-by: Eoin Shaughnessy <45000144+EoinTrial@users.noreply.github.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Stan Ulbrych <stan@python.org>
Doc/library/calendar.rst
Lib/test/test_calendar.py
Misc/NEWS.d/next/Documentation/2026-04-17-02-28-55.gh-issue-148663.MHIbRB.rst [new file with mode: 0644]