mhammond / pywin32

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

Remove unused error aliases by assignment #2269

Closed Avasam closed 3 weeks ago

Avasam commented 1 month ago

Just like #2268 , this doesn't focus on a fix for #1902 yet.

These are the aliases that are easy to remove because they are unused and/or simple aliases.

Now the question is:

These are not exceptions we expect to actually hit or have people catch [...]

Should they still be accessible with a deprecation warning ? Or is it ok to remove them?