pywin32
pywin32 copied to clipboard
Remove considerations for Windows 2000 and Windows Vista
Mostly updating obsolete documentation and simplifying some tests. I searched for the terms "Windows 2000" and "Vista".
Along with https://github.com/mhammond/pywin32/pull/2668, this removes all usages of sys.getwindowsversion(), pushing the Python code to be more Windows-version agnostic.
Most of the actual code changes had already been done in:
- https://github.com/mhammond/pywin32/pull/1874
- https://github.com/mhammond/pywin32/pull/2400
- https://github.com/mhammond/pywin32/pull/2487