erocarrera / pefile

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

Change IOError to OSError #401

Closed j-t-1 closed 5 months ago

j-t-1 commented 5 months ago

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