Re: [PATCH 1/1] Travis CI: Lint for Python syntax errors and undefined names

2019-07-20 Thread SZEDER Gábor
On Fri, Jul 19, 2019 at 07:18:55AM -0700, cclauss via GitGitGadget wrote: > Several things were changed between Python 2 and Python 3. > There are a few Python 3 incompatibilities to work on. > Here we are making changes to make the code run on both Py2 and Py3. > We are doing this because the end

Re: [PATCH 1/1] Travis CI: Lint for Python syntax errors and undefined names

2019-07-19 Thread Junio C Hamano
"cclauss via GitGitGadget" writes: > From: cclauss I'll tweak this line (and your sign-off) to read as "Christian Clauss " as you had in your cover letter. > Several things were changed between Python 2 and Python 3. > There are a few Python 3 incompatibilities to work on. > Here we are making