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

dict.has_key() expected in h2py.py. #47142

Closed
dbinger mannequin opened this issue May 16, 2008 · 2 comments
Closed

dict.has_key() expected in h2py.py. #47142

dbinger mannequin opened this issue May 16, 2008 · 2 comments
Labels
topic-installation type-bug An unexpected behavior, bug, or error

Comments

@dbinger
Copy link
Mannequin

dbinger mannequin commented May 16, 2008

BPO 2893
Nosy @birkenfeld

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 2008-05-16.17:03:00.384>
created_at = <Date 2008-05-16.14:13:23.792>
labels = ['type-bug', 'expert-installation']
title = 'dict.has_key() expected in h2py.py.'
updated_at = <Date 2008-05-16.17:03:00.330>
user = 'https://bugs.python.org/dbinger'

bugs.python.org fields:

activity = <Date 2008-05-16.17:03:00.330>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = <Date 2008-05-16.17:03:00.384>
closer = 'georg.brandl'
components = ['Installation']
creation = <Date 2008-05-16.14:13:23.792>
creator = 'dbinger'
dependencies = []
files = []
hgrepos = []
issue_num = 2893
keywords = []
message_count = 2.0
messages = ['66946', '66956']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'dbinger']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue2893'
versions = ['Python 3.0']

@dbinger
Copy link
Mannequin Author

dbinger mannequin commented May 16, 2008

The h2py.py script is invoked at the end of "make install" on OS X.
It raises an exception on the line where dict.has_key() is called.

(There seem to be many calls to has_key() in the current 3.0 tree.
I bet there are other cases like this one.)

@dbinger dbinger mannequin added topic-installation type-bug An unexpected behavior, bug, or error labels May 16, 2008
@birkenfeld
Copy link
Member

Fixed, among with all other files in Tools/, in r63378.

@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
topic-installation type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant