[issue32592] Drop support of Windows Vista and 7 in Python 3.9

Eryk Sun report at bugs.python.org
Sun Mar 14 22:59:00 EDT 2021


Eryk Sun <eryksun at gmail.com> added the comment:

PEP 11 says that "[a] new feature release X.Y.0 will support all Windows releases whose extended support phase is not yet expired". There was no such thing as Extended Security Updates (ESU) when that provision was accepted. As defined by PEP 11, extended support for Windows 7 ended on 2020-01-14. 

> So wouldnt it be better to keep the code until the extended support of
> Windows 7 ends?

IMO, Windows 7 is either supported or it's not. If it's not, then workarounds and fallback code for Windows 7 should be removed.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32592>
_______________________________________


More information about the Python-bugs-list mailing list