]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
On int/long to the negative int/long power, let float handle it
authorGuido van Rossum <guido@python.org>
Thu, 12 Jul 2001 11:27:16 +0000 (11:27 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 12 Jul 2001 11:27:16 +0000 (11:27 +0000)
commitbf5a774bcb0a9cdac2c0671819c0165d2a00afbb
tree76656aa93f73a3d31f544a321ea95cb8a551c5f0
parent0ec9abaa2b5f85837feae5c6cbc1491f2f34f16f
On int/long to the negative int/long power, let float handle it
instead of raising an error.  This was one of the two issues that the
VPython folks were particularly problematic for their students.  (The
other one was integer division...)  This implements (my) SF patch
#440487.
Doc/lib/libfuncs.tex