]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch by Tommy Burnette to accept an arbitrary sequence when "(...)"
authorGuido van Rossum <guido@python.org>
Wed, 17 Feb 1999 23:16:43 +0000 (23:16 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 17 Feb 1999 23:16:43 +0000 (23:16 +0000)
commit66368ccc558f9658617aa2a967261da98c153c09
tree10671f4dbb72175f63561e664d547575c96a8dde
parent127ed0a71e3875ec5bc6d0ea48572b2d0da54bc9
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.
Python/getargs.c