Commit 29d38cd
committed
Treat def f(a, b=1, c): ... as an error (missing default for c)
instead of silently supplying a default of None fore c.1 parent b7c6131 commit 29d38cd
1 file changed
Lines changed: 4 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2721 | 2721 | | |
2722 | 2722 | | |
2723 | 2723 | | |
2724 | | - | |
2725 | | - | |
2726 | | - | |
2727 | | - | |
2728 | | - | |
2729 | | - | |
2730 | | - | |
| 2724 | + | |
| 2725 | + | |
| 2726 | + | |
| 2727 | + | |
2731 | 2728 | | |
2732 | 2729 | | |
2733 | 2730 | | |
| |||
0 commit comments