Skip to content

0.1.6

Compare
Choose a tag to compare
@grievejia grievejia released this 12 Nov 19:47
· 27 commits to trunk since this release

CHANGES:

  • Expose 2 additional fields end_lineno and end_offset from CPython3.10 SyntaxError. Fix an error in documentation where column numbers should start from 1 instead of 0.
  • Remove the optional filename argument from the parse_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.