( )⚙ D5673 py3: use dict.items() instead of dict.iteritems() in tests/test-lfs-server.t

This is an archive of the discontinued Mercurial Phabricator instance.

py3: use dict.items() instead of dict.iteritems() in tests/test-lfs-server.t
ClosedPublic

Authored by pulkit on Jan 24 2019, 10:12 AM.

Details

Summary

dict.iteritems() is not present on Python 3.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped