3-arg float pow()

Tim Peters tim.one at home.com
Tue Sep 4 00:11:15 EDT 2001


[Paul Rubi]
> That doesn't seem so bad.  2**-5 is already not allowed.

[Greg Ewing]
> When new division comes into force, shouldn't this be allowed too?

It's already allowed in current CVS Python.

C:\Code\python\PCbuild>python
Python 2.2a2+ (#22, Sep  3 2001, 14:31:58) [MSC 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> 2**-5
0.03125
>>>





More information about the Python-list mailing list