]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
use getargs() in more cases;
authorGuido van Rossum <guido@python.org>
Fri, 14 Aug 1992 15:14:30 +0000 (15:14 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 14 Aug 1992 15:14:30 +0000 (15:14 +0000)
commit94390a4eaf48c3ddf91cdbf78fcf5db7b57972ec
tree44576c60a08c7f9cede26447d7fd92b432d9eff8
parent2c475427c26f013cf2050ed281637820abeedc10
use getargs() in more cases;
oct(0) should return '0', not '00'
Python/bltinmodule.c