sprhawk / python-on-a-chip

Automatically exported from code.google.com/p/python-on-a-chip
Other
0 stars 0 forks source link

Report the offending name in a NameError and AttributeError #123

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Stack traces could be improved by printing the name that caused a NameError or 
AttributeError.  See if this is possible & feasible.

Original issue reported on code.google.com by dwhall...@gmail.com on 7 Aug 2010 at 5:07

GoogleCodeExporter commented 9 years ago

Original comment by dwhall...@gmail.com on 12 Aug 2010 at 2:37

GoogleCodeExporter commented 9 years ago
Issue #155 provides a potential solution for printing NameErrors.

Original comment by bjones460@gmail.com on 20 Oct 2010 at 3:05