Enhance new Python Errors #125
Labels
enhancement
New feature or request
Pedal Core
Issues pertaining to Reports, Submissions, and other core infrastructure
Sandbox Tool
Issues pertaining to the Sandbox module (running student code)
Source Tool
Issues pertaining to the Source tool (verifying/managing student code)
There's a bunch of new enhancements to built-in python runtime and syntax errors. We should do more to support and enhance them.
For example,
SyntaxError
can now give messages about things like "unterminated string literals". Novices probably don't know what that means.The exact messages here might need to be parsed and manipulated, or something. They aren't just different errors. We'll need to do a lot of investigating here.
The text was updated successfully, but these errors were encountered: