]> granicus.if.org Git - python/commit
Added __pow__(a,b) to the operator module. Completes the pattern of
authorRaymond Hettinger <python@rcn.com>
Mon, 19 Aug 2002 03:19:09 +0000 (03:19 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 19 Aug 2002 03:19:09 +0000 (03:19 +0000)
commit5959c559df777eb61b10d986e45ed4bbf269b36d
treed9b6621c5b43c18788a73f74cb98238cd333fec0
parent7dca21e59fdf088cb9cc7d04f03b6fd2a7c9d509
Added __pow__(a,b) to the operator module. Completes the pattern of
all operators having a counterpart in the operator module.

Closes SF bug #577513.
Doc/lib/liboperator.tex
Lib/test/test_operator.py
Modules/operator.c