]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148663: Document that `calendar.IllegalMonthError` inherits from both `ValueError...
authorEoin Shaughnessy <45000144+EoinTrial@users.noreply.github.com>
Thu, 23 Apr 2026 14:50:23 +0000 (15:50 +0100)
committerGitHub <noreply@github.com>
Thu, 23 Apr 2026 14:50:23 +0000 (15:50 +0100)
commit435be06dd25a5e4e19014340c4ba873d71051c4c
tree910d5ea72c28b263f30a214ff0232f9a0a65a124
parent0469e6d38dcb3ff904690028cb3a25155bdcedae
gh-148663: Document that `calendar.IllegalMonthError` inherits from both `ValueError` and `IndexError` (#148664)

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]