]> granicus.if.org Git - python/commit
int_pow(): Repair typo when passing on to float pow (the 2nd argument was
authorTim Peters <tim.peters@gmail.com>
Thu, 23 Aug 2001 21:28:33 +0000 (21:28 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 23 Aug 2001 21:28:33 +0000 (21:28 +0000)
commit31960db5a56d07584c53970799c530f42183f7b9
tree3c2b80c968bc4106dae8795f678f7eb16dffdc87
parentf17efb93d95562071b6069e44b723873ffba05f4
int_pow():  Repair typo when passing on to float pow (the 2nd argument was
being passed as both the 2nd and 3rd args).  Regression test will follow.
Objects/intobject.c