cpython icon indicating copy to clipboard operation
cpython copied to clipboard

gh-117146: Expose/document warnings.WarningMessage

Open csm10495 opened this issue 1 year ago • 0 comments

gh-117146: Expose/document warnings.WarningMessage

This change exposes warnings.WarningMessage as it is already returned by a public facing function: catch_warnings. Mention it in the docs and add it to __all__


📚 Documentation preview 📚: https://cpython-previews--117147.org.readthedocs.build/

csm10495 avatar Mar 22 '24 03:03 csm10495