Issue 1676971: Complex OverflowError has a typo (original) (raw)

Issue1676971

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 "", line 1, in 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:23 admin set github: 44686
2007-03-09 05:21:37 jdong2002 create