[pacman-dev] [PATCH v2 7/8] Add parens around tuples in Python list comprehensions.

Jeremy Heiner scalaprotractor at gmail.com
Sat Oct 12 19:20:45 EDT 2013


On Sat, Oct 12, 2013 at 6:26 PM, Martin Panter <vadmium+patch at gmail.com> wrote:
> Jeremy’s patch looks fine for the purpose of Python 3 porting.

Just FYI: this patch was actually authored by 2to3. That's why it's
the last one - earlier edits were also 2to3 suggestions, but they were
fewer in number, so I would do them by hand (sometimes picking a
better solution than 2to3 offered) in clumps, then git commit, then
rerun 2to3. Eventually just these parentheses-fixes were left, so I
let 2to3 apply this patch. So it was a combination of laziness and not
wanting to tackle too much in a single commit.
Jeremy


More information about the pacman-dev mailing list