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
Lint Not Applicable - Unit
Tests Not Applicable