Bugs item #1676971, was opened at 2007-03-08 21:21
Message generated for change (Comment added) made by nnorwitz
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 Interpreter Core
>Group: Python 2.5
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: John Dong (jdong2002)
>Assigned to: Neal Norwitz (nnorwitz)
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.

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

>Comment By: Neal Norwitz (nnorwitz)
Date: 2007-03-08 22:02

Message:
Logged In: YES 
user_id=33168
Originator: NO

Thanks for the report!

Committed revision 54237.
Committed revision 54238. (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