Re: [python-win32] Obsolete code paths and version-specific checks

2022-12-03 Thread Mark Hammond
On 3/12/2022 11:50 am, Samuel Therrien wrote: Hi! While working on adding annotations for typing support in pure python modules, I noticed a *lot*​ of conditions and code made to run on older versions of Python. Which are both EOL and no longer supported in pywin32. Removing those would allevi

[python-win32] Obsolete code paths and version-specific checks

2022-12-02 Thread Samuel Therrien
Hi! While working on adding annotations for typing support in pure python modules, I noticed a lot​ of conditions and code made to run on older versions of Python. Which are both EOL and no longer supported in pywin32. Removing those would alleviate a lot of code and help smooth out the addition