]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Simplify some of the code. Use PyErr_Format() instead of sprintf(), etc.
authorFred Drake <fdrake@acm.org>
Tue, 12 Sep 2000 21:58:06 +0000 (21:58 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 12 Sep 2000 21:58:06 +0000 (21:58 +0000)
commit0ac9b07963bf6091cd72dba65b093de85acf6453
treecb2eb88f708b731cdc889b4778227364c2a58af8
parente92cdba105e0e9247d263cb50f8fc572fb1c7506
Simplify some of the code.  Use PyErr_Format() instead of sprintf(), etc.
Reduces lines of code and compiled object size.
Modules/parsermodule.c