]> granicus.if.org Git - python/commit
Add explicit check for correct next character in format at end of
authorGuido van Rossum <guido@python.org>
Tue, 9 Dec 1997 20:36:39 +0000 (20:36 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 9 Dec 1997 20:36:39 +0000 (20:36 +0000)
commit231a41e7085d85591eb5361335a5cc2661c16aa1
treee580b3aa89004888cb3c02f66bbeabaac5b08794
parenteefcba61f433a2cc7c993bcd3daecfd9bf9d081f
Add explicit check for correct next character in format at end of
format.  This will complain about illegal formats like "O#" instead of
ignoring the '#'.
Python/getargs.c