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
Lint Skipped
Unit
Unit Tests Skipped