summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_warnings/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #24305: Prevent import subsystem stack frames from being countedLarry Hastings2015-09-061-0/+955
by the warnings.warn(stacklevel=) parameter.