summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_warnings/data/package_helper.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-39615: Add warnings.warn() skip_file_prefixes support (#100840)Gregory P. Smith2023-01-281-0/+10
`warnings.warn()` gains the ability to skip stack frames based on code filename prefix rather than only a numeric `stacklevel=` via a new `skip_file_prefixes=` keyword argument.