This is an archive of the discontinued Mercurial Phabricator instance.

py3: use dict.items() instead of dict.iteritems()
ClosedPublic

Authored by pulkit on Nov 26 2018, 7:56 AM.

Details

Summary

dict.iteritems() does not exist on Python 3.

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.

Event Timeline

pulkit created this revision.Nov 26 2018, 7:56 AM
This revision was automatically updated to reflect the committed changes.