On 04/09/2014 05:27 PM, Marc Glisse wrote:
The doc for the "format" attribute says clearly:
"Since non-static C++ methods have an implicit this argument, the
arguments of such methods should be counted from two, not one, when
giving values for string-index and first-to-check."
Ah. That seems wrong to me, but if it's already documented that way I
guess we shouldn't change it.
It would be strange to count arguments differently for different
attributes.
Agreed.
The patch is OK for after 4.9 branches.
Jason