[Python-checkins] CVS: python/dist/src/Python getargs.c

Guido van Rossum guido@cnri.reston.va.us
Wed, 17 Feb 1999 18:16:47 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Python
In directory eric:/projects/python/develop/guido/src/Python

Modified Files:
	getargs.c 
Log Message:
Patch by Tommy Burnette to accept an arbitrary sequence when "(...)"
is used in the format string, instead of requiring a tuple.  This is
in line with the general trend towards accepting arbitrary sequences.