pywin32 icon indicating copy to clipboard operation
pywin32 copied to clipboard

Remove considerations for Windows 2000 and Windows Vista

Open Avasam opened this issue 2 months ago • 0 comments

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

Avasam avatar Oct 19 '25 00:10 Avasam