Message74806
This error is caused by line 27 in run.py:
def idle_formatwarning_subproc(message, category, filename, lineno):
needs to be changed to --
def idle_formatwarning_subproc(message, category, filename, lineno,
line=None):
so that the function signature matches that of warnings.formatwarning |
|
| Date |
User |
Action |
Args |
| 2008-10-15 16:54:23 | russblau | set | recipients:
+ russblau, craigh |
| 2008-10-15 16:54:23 | russblau | set | messageid: <[email protected]> |
| 2008-10-15 16:54:22 | russblau | link | issue4043 messages |
| 2008-10-15 16:54:22 | russblau | create | |
|