0.1.6
CHANGES:
- Expose 2 additional fields
end_lineno
andend_offset
from CPython3.10SyntaxError
. Fix an error in documentation where column numbers should start from 1 instead of 0. - Remove the optional
filename
argument from theparse_module
API. It turns out that this argument is actually dropped when computing error messages so it does not serve any purpose at the moment.