Re: [python-win32] Future of PyWin32

2018-03-28 Thread Alex Walters
> > (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

Re: [python-win32] Future of PyWin32

2018-03-28 Thread Thomas Pietrowski
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 > >

Re: [python-win32] Future of PyWin32

2018-03-28 Thread Tim Roberts
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