Obsolete code paths and version-specific checks
Samuel Therrien <[email protected]> Sat, 3 Dec 2022 00:50:38 +0000
| Newsgroups | gmane.comp.python.windows |
|---|---|
| Message-ID | <DM6PR02MB4571E7DD838BFE8971835468E4169@DM6PR02MB4571.namprd02.prod.outlook.com> |
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 and validation of Python 3.7+ annotations. I would like to do a PR to tackle this, but first, is there anything specific I should be weary of? _______________________________________________ python-win32 mailing list [email protected] https://mail.python.org/mailman/listinfo/python-win32