[Patches] [ python-Patches-440487 ] int to the negative power -> float

noreply@sourceforge.net noreply@sourceforge.net
Wed, 11 Jul 2001 12:27:51 -0700


Patches item #440487, was opened at 2001-07-11 12:27
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=440487&group_id=5470

Category: core (C code)
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Guido van Rossum (gvanrossum)
Assigned to: Nobody/Anonymous (nobody)
Summary: int to the negative power -> float

Initial Comment:
Currently, int to the negative int power raises an
exception.

This was one of the two problems that the VPython users
complained about. (The other was that integer division
returns a truncated integer, but that's another story.
:-)

I propose to implement this in Python 2.2.  Anybody
have a problem with this?


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=440487&group_id=5470