On python 3, dict.items() returns a dict_items object which cannot be sorted.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHGe9bcc2efb7e8: py3: convert dict.items() to list explicitly
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.