mhammond / pywin32

Python for Windows (pywin32) Extensions
4.9k stars 783 forks source link

Remove IE version checks and fix `testExplorer.TestObjectFromWindow` #2229

Closed Avasam closed 2 months ago

Avasam commented 3 months ago

IE10 is out of support since January 14, 2020 https://learn.microsoft.com/en-us/lifecycle/announcements/internet-explorer-10-end-of-support

The only versions of IE available nowadays should be 11, and the code wasn't checking for any version higher than 7 already.

I also fixed the testExplorer.TestObjectFromWindow test since it was referencing IE8. the test now passes with flying (or flashing 😉) colors!