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.

Author dbinger
Recipients dbinger
Date 2008-05-16.14:13:22
SpamBayes Score 0.046783257
Marked as misclassified No
Message-id <1210947204.94.0.6947477076.issue2893@psf.upfronthosting.co.za>
In-reply-to
Content
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.)
History
Date User Action Args
2008-05-16 14:13:25dbingersetspambayes_score: 0.0467833 -> 0.046783257
recipients: + dbinger
2008-05-16 14:13:25dbingersetspambayes_score: 0.0467833 -> 0.0467833
messageid: <1210947204.94.0.6947477076.issue2893@psf.upfronthosting.co.za>
2008-05-16 14:13:23dbingerlinkissue2893 messages
2008-05-16 14:13:22dbingercreate