This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Complex OverflowError has a typo
Type: Stage:
Components: Interpreter Core Versions: Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: nnorwitz Nosy List: jdong2002, nnorwitz
Priority: normal Keywords:

Created on 2007-03-09 05:21 by jdong2002, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg31474 - (view) Author: John Dong (jdong2002) Date: 2007-03-09 05:21
>>> (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.
msg31475 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2007-03-09 06:02
Thanks for the report!

Committed revision 54237.
Committed revision 54238. (2.5)
History
Date User Action Args
2022-04-11 14:56:23adminsetgithub: 44686
2007-03-09 05:21:37jdong2002create