[Python-bugs-list] [ python-Bugs-577513 ] ** in doc/current/lib/operator-map.html
noreply@sourceforge.net
noreply@sourceforge.net
Tue, 16 Jul 2002 19:45:47 -0700
Bugs item #577513, was opened at 2002-07-04 14:12
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=577513&group_id=5470
Category: Documentation
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jean-Bernard ADDOR (jbaddor)
Assigned to: Nobody/Anonymous (nobody)
Summary: ** in doc/current/lib/operator-map.html
Initial Comment:
I would like to see the ** operator included in the
table at
http://www.python.org/doc/current/lib/operator-map.html
with an explanation why it has not been included in the
module operator.
Thank you,
Jean-Bernard
----------------------------------------------------------------------
>Comment By: Tim Peters (tim_one)
Date: 2002-07-16 22:45
Message:
Logged In: YES
user_id=31435
x**y is the same as pow(x, y). pow() is a builtin function.
There's no need to duplicate it in the operator module.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=577513&group_id=5470