summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle_test/test_warning.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue *18081, #18242: Change Idle warnings capture in PyShell and run to stopTerry Jan Reedy2013-06-291-0/+73
replacing warnings.formatwarnings and to reverse replacement of warnings.showwarnings when import is complete and when main function exits. Add test_warning.py. Vinay Sajip provided capture_warnings function.