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.
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:34 | admin | set | github: 47142 |
| 2008年05月16日 17:03:00 | georg.brandl | set | status: open -> closed resolution: fixed messages: + msg66956 nosy: + georg.brandl |
| 2008年05月16日 14:13:23 | dbinger | create | |