> > (6) Focusing more on Python3 compatibility
> >
> > The end of life of Python2 is at 2020 and therefore I would suggest
> > investing time into making the code compatible to Python3 asap.
>
> PyWin32 has been Python 3 compatible for many years. To what are you
> referring?
>
> W
Hey Tim,
thank you for your early feedback!
> > (2) Syntax fixes and code-style.
> >
> > If I'm not wrong I saw mixed usage of tabs, 2-whitespace and
> > 4-whitespace indents. Of course, I can be wrong and we are using
> > 4-whitespaces everywhere, but I remember that I saw files using tabs
> >
Thomas Pietrowski wrote:
>
>
> (2) Syntax fixes and code-style.
>
> If I'm not wrong I saw mixed usage of tabs, 2-whitespace and
> 4-whitespace indents. Of course, I can be wrong and we are using
> 4-whitespaces everywhere, but I remember that I saw files using tabs
> and 2-whitespaces.
> It is bor