dict.has_key(key) was dropped in Python 3.0. Use key in dict
instead.
Details
Details
- Reviewers
machniak mollekopf - Commits
- rP9a5f92139d3f: [Python 3] Get rid of .has_key()
Diff Detail
Diff Detail
- Repository
- rP pykolab
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.