Message191344
| Author | brett.cannon |
|---|---|
| Recipients | brett.cannon |
| Date | 2013-06-17.14:59:20 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1371481160.56.0.0975578809817.issue18242@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Both idlelib.run and idlelib.PyShell replace warning.formatwarning which is a no-no. Only warning.showwarning is design to be replaced in any way. The proper solution is to replace warnings.showwarning with code that calls whatever formatting function you provide. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-06-17 14:59:20 | brett.cannon | set | recipients: + brett.cannon |
| 2013-06-17 14:59:20 | brett.cannon | set | messageid: <1371481160.56.0.0975578809817.issue18242@psf.upfronthosting.co.za> |
| 2013-06-17 14:59:20 | brett.cannon | link | issue18242 messages |
| 2013-06-17 14:59:20 | brett.cannon | create | |