12 Oct
2013
12 Oct
'13
11:20 p.m.
On Sat, Oct 12, 2013 at 6:26 PM, Martin Panter <vadmium+patch@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