[issue2893] dict.has_key() expected in h2py.py.

2008-05-16 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed, among with all other files in Tools/, in r63378. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> _

[issue2893] dict.has_key() expected in h2py.py.

2008-05-16 Thread David Binger
New submission from David Binger <[EMAIL PROTECTED]>: 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 on