Georg Brandl <ge...@python.org> added the comment:

Hmm, it may indeed be the best option to add a new directive option to say 
"this function does not take keyword args".  It would result in some form of 
unobtrusive but noticeable output in HTML.

It is a bit of an effort to add it everywhere it's necessary, but the most 
important instances (e.g. string methods) can be covered quickly, and it's 
fairly easy to grep the other instances (namely, grepping for METH_O and 
METH_VARARGS without METH_KEYWORDS).

----------

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

Reply via email to