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: dict.has_key() expected in h2py.py.
Type: behavior Stage:
Components: Installation Versions: Python 3.0
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: dbinger, georg.brandl
Priority: normal Keywords:

Created on 2008-05-16 14:13 by dbinger, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg66946 - (view) Author: David Binger (dbinger) Date: 2008-05-16 14:13
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.)
msg66956 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-05-16 17:02
Fixed, among with all other files in Tools/, in r63378.
History
Date User Action Args
2022-04-11 14:56:34adminsetgithub: 47142
2008-05-16 17:03:00georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg66956
nosy: + georg.brandl
2008-05-16 14:13:23dbingercreate