]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Test `calendar.February` deprecation (#153893)
authorvjabuilds <77214151+vjabuilds@users.noreply.github.com>
Sat, 18 Jul 2026 10:54:10 +0000 (12:54 +0200)
committerGitHub <noreply@github.com>
Sat, 18 Jul 2026 10:54:10 +0000 (12:54 +0200)
commit31c81e6ee3b1c874a807ea161182b83c6c607713
tree77682ac05e34d2bc358af8cf16ca35dcedcb287a
parent6ebb22cb83d8ce05f7136166d1674d0a14a29459
Test `calendar.February` deprecation (#153893)

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

* extended `test_deprecation_warning` to check `constants.February` as well

Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
Lib/test/test_calendar.py