Vedran Čačić <ved...@gmail.com> added the comment:

The problem is more subtle. The thing is, "default parameter" doesn't make 
sense in this context. Yes, a and b are parameter, but a is not "default 
parameter" in any sensible way. It is _None_ which is the default argument for 
parameter a, while parameter b has no default argument. In other words, if the 
function weren't called with a first argument, the default argument would be 
used.

So, the fix should be a bit more complicated. Maybe, "a parameter without a 
default follows a parameter with a default"?

----------
nosy: +veky

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue47054>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to