commit | fe3f1a256bc4f0c359ab843d5de517946916218f | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Sep 29 09:42:55 1994 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Sep 29 09:42:55 1994 +0000 |
tree | a8b42e97bb6a3f7e851f4763384b72ef5f3feaf0 | |
parent | 6989e54ebf020ce9b3b2ecd327afa650e0e27995 [diff] |
* Python/{modsupport.c,getargs.c,Makefile.in}, 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