https://bugzilla.wikimedia.org/show_bug.cgi?id=61231
--- Comment #2 from Merlijn van Deen valhallasw@arctus.nl --- We can either replace it by OSError, or add
try: WindowsError except NameError: class WindowError(OSError): pass
somewhere on top (or in pywikibot.exceptions?)