Hello Stephen,

> > But I assume,
> > you don't care about people who still care about Python2 code
> > correctness and Python3 correctness at the same time? It
> > must be a clear minority that I am in.
>
> Hey, I'm finally in a minority.  I have a code base that has to remain
> in Python 2, too.  The issue is included code (via PIP) which isn't
> Python-3 safe yet.

But to be really in the minority, you have to run your code in Python2
and Python3 both.

And running PyLint for only Python3 wouldn't cut it, because testing
for Python2 regressions would burn through massive amounts of CPU.

I am almost thinking, that minority is just me. :)

Yours,
Kay
_______________________________________________
code-quality mailing list
code-quality@python.org
https://mail.python.org/mailman/listinfo/code-quality

Reply via email to