Skip to content

pyparsing 3.0.6

Compare
Choose a tag to compare
@ptmcg ptmcg released this 12 Nov 16:37
· 299 commits to master since this release
  • Added suppress_warning() method to individually suppress a warning on a specific ParserElement. Used to refactor original_text_for to preserve internal results names, which, while undocumented, had been adopted by some projects.

  • Fix bug when delimited_list was called with a str literal instead of a parse expression.