]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-148663: Document that `calendar.IllegalMonthError` inherits from both ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 27 Apr 2026 20:00:46 +0000 (22:00 +0200)
committerGitHub <noreply@github.com>
Mon, 27 Apr 2026 20:00:46 +0000 (21:00 +0100)
commit2459faaaa9300723c376989e08ba8335d2f480a1
treecca5b6174941e4fcabc7bce12703599b391e5dbd
parentb01e594fbe754a960212f908d047294e880b52fd
[3.14] gh-148663: Document that `calendar.IllegalMonthError` inherits from both `ValueError` and `IndexError` (GH-148664) (#148917)

(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]