Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue *18081, #18242: Change Idle warnings capture in PyShell and run to stop | Terry Jan Reedy | 2013-06-29 | 1 | -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. |