This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author georg.brandl
Recipients docs@python, eric.araujo, eric.smith, georg.brandl, l0nwlf, loewis, lukasz.langa, pitrou, schof, twhitema
Date 2011-01-01.23:59:43
SpamBayes Score 7.648345e-07
Marked as misclassified No
Message-id <1293926385.15.0.881737245563.issue8350@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2011-01-01 23:59:45georg.brandlsetrecipients: + georg.brandl, loewis, pitrou, eric.smith, eric.araujo, twhitema, schof, l0nwlf, docs@python, lukasz.langa
2011-01-01 23:59:45georg.brandlsetmessageid: <1293926385.15.0.881737245563.issue8350@psf.upfronthosting.co.za>
2011-01-01 23:59:43georg.brandllinkissue8350 messages
2011-01-01 23:59:43georg.brandlcreate