commit | bf5a774bcb0a9cdac2c0671819c0165d2a00afbb | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Jul 12 11:27:16 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Jul 12 11:27:16 2001 +0000 |
tree | 76656aa93f73a3d31f544a321ea95cb8a551c5f0 | |
parent | 0ec9abaa2b5f85837feae5c6cbc1491f2f34f16f [diff] |
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.