Message261815
| Author | vstinner |
|---|---|
| Recipients | serhiy.storchaka, vstinner, yselivanov |
| Date | 2016-03-15.14:32:49 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1458052369.4.0.909055579574.issue26567@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> Backward-compatibility problem: The C function PyErr_ResourceWarning() always call warnings.showwarning() with the keyword parameter source. If an application replaces the warnings.showwarning() function, it will probably fail because it doesn't know the source parameter. I proposed the issue #26568 "Add a new warnings.showmsg() function taking a warnings.WarningMessage object" to fix this issue. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-03-15 14:32:49 | vstinner | set | recipients: + vstinner, serhiy.storchaka, yselivanov |
| 2016-03-15 14:32:49 | vstinner | set | messageid: <1458052369.4.0.909055579574.issue26567@psf.upfronthosting.co.za> |
| 2016-03-15 14:32:49 | vstinner | link | issue26567 messages |
| 2016-03-15 14:32:49 | vstinner | create | |