Mercurial > public > mercurial-scm > hg-stable
diff mercurial/wireproto.py @ 34729:6f532c1a4af0
wireproto: use listcomp instead of map()
The latter returns a generator object on Python 3, which breaks
various parts of hg that expected a list.
Differential Revision: https://phab.mercurial-scm.org/D1100
author | Augie Fackler <augie@google.com> |
---|---|
date | Sun, 15 Oct 2017 00:39:29 -0400 |
parents | daf12f69699f |
children | 6be264009841 |
line wrap: on
line diff