erocarrera / pefile

pefile is a Python module to read and work with PE (Portable Executable) files
MIT License
1.83k stars 516 forks source link

Change IOError to OSError #401

Closed j-t-1 closed 1 month ago

j-t-1 commented 1 month ago

IOError is an alias of OSError (PEP 3151). Also remove unneeded explicit inheritance of object by SignatureDatabase.