moyix / pdbparse

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

Partial python 3 support #28

Closed elmirjagudin closed 8 years ago

elmirjagudin commented 8 years ago

Fixed some problems I discovered while using pdbparse under python 3.

These changes are compatible with both python 2.7 and python 3.

(I did some light testing on python 2.7.6 and python 3.4.3)