koodaamo / tnefparse

a TNEF decoding library written in python, without external dependencies
GNU Lesser General Public License v3.0
49 stars 37 forks source link

s/sys.exit()/raise ValueError/. #10

Closed StyXman closed 7 years ago

StyXman commented 7 years ago

It's bad practice to call sys.exit() from a library.

petri commented 7 years ago

Please, in the future, add an entry to the changelog as well (HISTORY.txt)