pywin32
pywin32 copied to clipboard
Avoid more exception raising hacks (old Python 2 code)
These are more exception raising hacks I didn't see when I did https://github.com/mhammond/pywin32/pull/2350
Also solves a few "possibly unbound/undefined" variables as seen by checkers.
Changes some while loops into for loops.