]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] Test `calendar.February` deprecation (GH-153893) (#153919)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 18 Jul 2026 13:09:14 +0000 (15:09 +0200)
committerGitHub <noreply@github.com>
Sat, 18 Jul 2026 13:09:14 +0000 (15:09 +0200)
commite09f49e390458dde60b8152dd5f941d411c5283d
tree19c249e4192034af6513e445ff249a4bd0fa0250
parent72b91633a6df0a89e32359bf6488ad820caefde3
[3.15] Test `calendar.February` deprecation (GH-153893) (#153919)

Test `calendar.February` deprecation (GH-153893)

Calendar related tests now check if both deprecated constants surface the proper warnings.

* extended `test_deprecation_warning` to check `constants.February` as well
(cherry picked from commit 31c81e6ee3b1c874a807ea161182b83c6c607713)

Co-authored-by: vjabuilds <77214151+vjabuilds@users.noreply.github.com>
Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
Lib/test/test_calendar.py