]> granicus.if.org Git - python/commit
vgetargskeywords:
authorTim Peters <tim.peters@gmail.com>
Sat, 27 Oct 2001 04:38:11 +0000 (04:38 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 27 Oct 2001 04:38:11 +0000 (04:38 +0000)
commit6fb2635f257f8288413c6f4fb028e67c12ae8fa1
tree2d80d6fcf38f092c50b6ce72856d67b7d28fb859
parent28bf7a97700e4b05ac3062aebc15269f4f72d5b3
vgetargskeywords:
+ Renamed argslen to nargs.
+ Renamed kwlen to nkeywords.  This one was especially confusing because
  kwlen wasn't the length of the kwlist argument, but of the keywords
  argument.
Python/getargs.c