commit | 8eab008b53c9aeb1ceabac378ec4bf306fdde44b | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Fri Jun 28 23:51:34 2013 -0400 |
committer | Terry Jan Reedy <tjreedy@udel.edu> | Fri Jun 28 23:51:34 2013 -0400 |
tree | e3a27446516fc812da3f6e071e2cf75d72c19d34 | |
parent | 35115e6aabda3284bf6ac1c4278ddbff70c62ccf [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.