commit | 95a3f11f95f0f1a3c35b431f9ea745cc9340a07c | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Fri Jun 28 23:50:12 2013 -0400 |
committer | Terry Jan Reedy <tjreedy@udel.edu> | Fri Jun 28 23:50:12 2013 -0400 |
tree | f698ac61585c0413e2953ecce8ba7293a97e4f3a | |
parent | 70d2c711f10b385a4bc04b1b827883e12acc0509 [diff] |
Issue *18081, #18242: Change Idle warnings capture in PyShell and run to stop 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.