Message125017
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). |
|
Date |
User |
Action |
Args |
2011-01-01 23:59:45 | georg.brandl | set | recipients:
+ georg.brandl, loewis, pitrou, eric.smith, eric.araujo, twhitema, schof, l0nwlf, docs@python, lukasz.langa |
2011-01-01 23:59:45 | georg.brandl | set | messageid: <1293926385.15.0.881737245563.issue8350@psf.upfronthosting.co.za> |
2011-01-01 23:59:43 | georg.brandl | link | issue8350 messages |
2011-01-01 23:59:43 | georg.brandl | create | |
|