pyparsing v4.3 Release Notes

Release Date: 2019-11-04 // over 4 years ago
  • ๐Ÿ”– Version 2.4.3 - November, 2019

    ๐Ÿš‘ (Backport of selected critical items from 3.0.0 development branch.)

    Fixed a bug in ParserElement. __eq__ that would for some parsers create a recursion error at parser definition time. Thanks to Michael Clerx for the assist. (Addresses issue #123)

    ๐Ÿ›  Fixed bug in indentedBlock where a block that ended at the end of the input string could cause pyparsing to loop forever. Raised as part of discussion on StackOverflow with geckos.

    ๐Ÿ“œ Backports from pyparsing 3.0.0:
    . __diag__.enable_all_warnings()
    ๐Ÿ“œ . Fixed bug in PrecededBy which caused infinite recursion, issue #127
    ๐Ÿ‘ . support for using regex-compiled RE to construct Regex expressions