pyblazon
pyblazon copied to clipboard
Better error reporting
Errors don't usually give a whole lot of background, and when the parser
recovers from an error, it often yields strange results. Should probably
fail more gracefully.
Original issue reported on code.google.com by [email protected] on 25 Mar 2008 at 1:36
Yes, we really ought to use try ... except and the logging module to clean this
up. The comment "error handling is for wimps" in the source code is not helpful.
Original comment by robb1701 on 27 Sep 2010 at 8:57
- Added labels: Component-UI, Maintainability, Usability