moyix / pdbparse

Python code to parse Microsoft PDB files
Other
309 stars 83 forks source link

Use context manager to open file for robust close #30

Closed pombredanne closed 7 years ago

pombredanne commented 7 years ago

This is typically safer than an open() and a close()