Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complex OverflowError has a typo #44686

Closed
jdong2002 mannequin opened this issue Mar 9, 2007 · 2 comments
Closed

Complex OverflowError has a typo #44686

jdong2002 mannequin opened this issue Mar 9, 2007 · 2 comments
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs)

Comments

@jdong2002
Copy link
Mannequin

jdong2002 mannequin commented Mar 9, 2007

BPO 1676971

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2007-03-09.06:02:04.000>
created_at = <Date 2007-03-09.05:21:37.000>
labels = ['interpreter-core']
title = 'Complex OverflowError has a typo'
updated_at = <Date 2007-03-09.06:02:04.000>
user = 'https://bugs.python.org/jdong2002'

bugs.python.org fields:

activity = <Date 2007-03-09.06:02:04.000>
actor = 'nnorwitz'
assignee = 'nnorwitz'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2007-03-09.05:21:37.000>
creator = 'jdong2002'
dependencies = []
files = []
hgrepos = []
issue_num = 1676971
keywords = []
message_count = 2.0
messages = ['31474', '31475']
nosy_count = 2.0
nosy_names = ['nnorwitz', 'jdong2002']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1676971'
versions = ['Python 2.5']

@jdong2002
Copy link
Mannequin Author

jdong2002 mannequin commented Mar 9, 2007

>>> (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.

@jdong2002 jdong2002 mannequin closed this as completed Mar 9, 2007
@jdong2002 jdong2002 mannequin assigned nnorwitz Mar 9, 2007
@jdong2002 jdong2002 mannequin added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Mar 9, 2007
@jdong2002 jdong2002 mannequin closed this as completed Mar 9, 2007
@jdong2002 jdong2002 mannequin assigned nnorwitz Mar 9, 2007
@jdong2002 jdong2002 mannequin added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Mar 9, 2007
@nnorwitz
Copy link
Mannequin

nnorwitz mannequin commented Mar 9, 2007

Thanks for the report!

Committed revision 54237.
Committed revision 54238. (2.5)

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs)
Projects
None yet
Development

No branches or pull requests

0 participants