This is an archive of the discontinued Mercurial Phabricator instance.

py3: convert a map expression into list comprehension
ClosedPublic

Authored by pulkit on Feb 26 2018, 7:32 AM.

Details

Summary

map returns a map object on Python 3 and here we wanted a list instead.

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.