Bugs item #1676971, was opened at 2007-03-09 05:21
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1676971&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Library
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: John Dong (jdong2002)
Assigned to: Nobody/Anonymous (nobody)
Summary: Complex OverflowError has a typo

Initial Comment:
>>> (1-24j)**34324324
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
OverflowError: complex exponentiaion


Exponentiation is spelled incorrectly. This has been reproduced on Python 2.4 
and 2.5.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1676971&group_id=5470
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to