]> granicus.if.org Git - python/commit
New restriction on pow(x, y, z): If z is not None, x and y must be of
authorTim Peters <tim.peters@gmail.com>
Mon, 3 Sep 2001 08:35:41 +0000 (08:35 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 3 Sep 2001 08:35:41 +0000 (08:35 +0000)
commit32f453eaa476c78376cd721d29ba8ab726e400bb
treeaec8b2e54ec4a0a7cbd66569d3a8531db118f153
parent5d2b77cf31c5a3cbabc74936831480b9caea3a12
New restriction on pow(x, y, z):  If z is not None, x and y must be of
integer types, and y must be >= 0.  See discussion at
http://sf.net/tracker/index.php?func=detail&aid=457066&group_id=5470&atid=105470
Doc/lib/libfuncs.tex
Lib/test/output/test_pow
Lib/test/test_b2.py
Lib/test/test_long.py
Lib/test/test_pow.py
Misc/NEWS
Objects/floatobject.c
Objects/intobject.c
Objects/longobject.c