cpython/Lib/test/test_warnings
Serhiy Storchaka c47ffbf1a3
gh-125854: Improve error messages for invalid category in the warnings module (GH-137750)
Include the type name if the category is a type, but not a Warning
subclass, instead of just 'type'.
2025-08-14 14:59:04 +03:00
..
data gh-126209: Fix inconsistency of skip_file_prefixes in warnings.warn's C and Python implementations (GH-126329) 2024-11-12 13:01:56 +01:00
__init__.py gh-125854: Improve error messages for invalid category in the warnings module (GH-137750) 2025-08-14 14:59:04 +03:00
__main__.py