Message261815
> 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. |
|
| 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: <[email protected]> |
| 2016-03-15 14:32:49 | vstinner | link | issue26567 messages |
| 2016-03-15 14:32:49 | vstinner | create | |
|