]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Python/bltinmodule.c: mods by Andrew Kuchling to implement
authorGuido van Rossum <guido@python.org>
Mon, 29 Aug 1994 12:52:37 +0000 (12:52 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 29 Aug 1994 12:52:37 +0000 (12:52 +0000)
commitdf05ac6dfb9f7210cf332ec288493c27d72ba0e7
tree64b65d15e611d74d9d3e8d6b1f41c4cc9e2e57a4
parent2d9518585cf9411bf311bcb9d4e578d255e98c9b
    Python/bltinmodule.c: mods by Andrew Kuchling to implement
        pow(x,y,z) == pow(x,y)%z, but without incurring overflow
Python/bltinmodule.c