]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Changed convert to add '0' or '0x' prefix for oct/hex.
authorGuido van Rossum <guido@python.org>
Thu, 24 Oct 1991 14:55:57 +0000 (14:55 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 24 Oct 1991 14:55:57 +0000 (14:55 +0000)
commit3d3037d51a541ac1480e60dc469efc51607542f5
tree8d250f8a9c1709c2891ab325a6b038b04777894a
parent27acb3379e7349b0ca33e007919bee17882a59a3
Changed convert to add '0' or '0x' prefix for oct/hex.
Added NULL function pointers for shift and mask ops.
Objects/longobject.c