Skip to content

v5.13.0: Release 5.13.0 (#355)

Compare
Choose a tag to compare
@apalala apalala released this 06 Jan 22:56
· 27 commits to master since this release
bf7a6d1
  • remove comments_re and eol_comments_re from parser configuration (ParserConfig). Use comments and/or eol_comments instead (#351)
  • do not apply re.MULTILINE to compiled regexes. Users must add (?m) to the expressions for multiline (#351)
  • cache compiled regexes for performance
  • fix bug in positive joins (#342)
  • test with Python 3.13 and latest libraries