R. David Murray <rdmur...@bitdance.com> added the comment:

The implementation is literally that no non-keyword arguments other than the 
exception are given.  If any keyword arguments other than msg are given, you 
get a warning. To say just "no callable" would be about as confusing as the 
'and possibly' given the documented prototype, since in fact any non-keyword 
argument will be assumed to be the callable. So the text is correct as written, 
and I'm not sure how one would make it clearer and still be technically 
correct.  But further suggestions are welcome.

----------
nosy: +r.david.murray

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

Reply via email to