summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_warnings
Commit message (Collapse)AuthorAgeFilesLines
...
* Reapplied change to test_warnings.py to test_warnings/__init__.py.Steve Dower2015-09-071-0/+6
|
* Issue #24305: Prevent import subsystem stack frames from being countedLarry Hastings2015-09-064-0/+970
by the warnings.warn(stacklevel=) parameter.