]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* Python/{modsupport.c,getargs.c,Makefile.in},
authorGuido van Rossum <guido@python.org>
Thu, 29 Sep 1994 09:42:55 +0000 (09:42 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 29 Sep 1994 09:42:55 +0000 (09:42 +0000)
commitfe3f1a256bc4f0c359ab843d5de517946916218f
treea8b42e97bb6a3f7e851f4763384b72ef5f3feaf0
parent6989e54ebf020ce9b3b2ecd327afa650e0e27995
* 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
Python/Makefile.in
Python/getargs.c [new file with mode: 0644]
Python/modsupport.c