timothycrosley / deprecated.frosted

A simple program which checks Python source files for errors.
MIT License
250 stars 23 forks source link

Feature/fix issue 30 #34

Closed timothycrosley closed 10 years ago

timothycrosley commented 10 years ago

Provides a fix for issue #34 by adding a new PythonSyntaxError message type that replaces direct calling of syntax_error to enable features such as verbose output.