mhammond / pywin32

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

Remove unused `win32comext.axscript.server.error.Exception` and its module #2202

Closed Avasam closed 2 months ago

Avasam commented 3 months ago

Follow-up to https://github.com/mhammond/pywin32/pull/2142#issuecomment-1997604473

I'd be super surprised if it is used anywhere, given that the point of using axscript.server would be for other languages to invoke Python code and those other languages really aren't going to have access to this anyway.

win32comext.axscript.server.error.Exception is unused in pywin32 and shadows the builtin Exception.