Hacker News new | ask | show | jobs
by ekimekim 4586 days ago
Minor gripe, the except KeyboardInterrupt isn't necessary, since KeyboardInterrupt is a BaseException, not an Exception.
1 comments

Only since Python 2.5 I believe.