summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_warnings/data
Commit message (Collapse)AuthorAgeFilesLines
* first step in backout of bad default->3.5 merge d085b4f779af. Create new ↵Ned Deily2016-06-031-1/+1
| | | | head and fix whitespace.
* Issue #24305: Prevent import subsystem stack frames from being countedLarry Hastings2015-09-062-0/+12
by the warnings.warn(stacklevel=) parameter.