]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
oct(0) should return '0', not '00'
authorGuido van Rossum <guido@python.org>
Fri, 14 Aug 1992 15:13:07 +0000 (15:13 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 14 Aug 1992 15:13:07 +0000 (15:13 +0000)
commit2c475427c26f013cf2050ed281637820abeedc10
tree620766abe020c8e89534eb0d1e9fef1270173fe5
parent96caaee8360762683629c4e6c440a2854f89983c
oct(0) should return '0', not '00'
Objects/longobject.c