summaryrefslogtreecommitdiff
path: root/Python/getargs.c
Commit message (Collapse)AuthorAgeFilesLines
* * Python/{modsupport.c,getargs.c,Makefile.in},Guido van Rossum1994-09-291-0/+587
Include/modsupport.h: moved getargs() to its own file and re-implemented it entirely to support optional arguments, multiple arguments without surrounding parentheses (when called as newgetargs()), and better error messages