mhammond / pywin32

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

Deprecate Netscape workarounds and remove broken test #2280

Open Avasam opened 3 weeks ago

Avasam commented 3 weeks ago

Netscape is EOL since around 2008.

I would try to just rip this all out, but I'm not sure whether any of those code paths were incidentally used by anything else. So I've added deprecation warnings for now.

This also resolves a type-checking error: com\win32com\test\testNetscape.py:7:1: error: Cannot find implementation or library stub for module named "netscape" [import-not-found]