Skip to content

pyparsing 3.0.1

Compare
Choose a tag to compare
@ptmcg ptmcg released this 24 Oct 18:17
· 351 commits to master since this release
  • Fixed bug where Word(max=n) did not match word groups less than length 'n'. Thanks to Joachim Metz for catching this!

  • Fixed bug where ParseResults accidentally created recursive contents. Joachim Metz on this one also!

  • Fixed bug where warn_on_multiple_string_args_to_oneof warning is raised even when not enabled.