This is an archive of the discontinued Mercurial Phabricator instance.

py3: use pycompat.ziplist instead of zip
ClosedPublic

Authored by pulkit on Feb 7 2018, 4:00 AM.

Details

Summary

zip returns a zip object instead of a list 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.Feb 7 2018, 4:00 AM
durin42 accepted this revision.Feb 7 2018, 6:14 AM
This revision is now accepted and ready to land.Feb 7 2018, 6:14 AM
This revision was automatically updated to reflect the committed changes.