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
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