pyparsing latest version

v4.7


pyparsing v4.7 Release Notes

Release Date: 2020εΉ΄04月05ζ—₯ // almost 6 years ago
  • πŸ”– Version 2.4.7 - April, 2020

    • πŸ›  Backport of selected fixes from 3.0.0 work:
      . Each bug with Regex expressions
      . And expressions not properly constructing with generator
      . Traceback abbreviation
      . Bug in delta_time example
      . Fix regexen in pyparsing_common.real and .sci_real
      ⚠ . Avoid FutureWarning on Python 3.7 or later
      βœ… . Cleanup output in runTests if comments are embedded in test string

Previous changes from v4.6

  • πŸ”– Version 2.4.6 - December, 2019

    πŸ›  Fixed typos in White mapping of whitespace characters, to use
    correct "\u" prefix instead of "u".

    πŸ›  Fix bug in left-associative ternary operators defined using
    infixNotation. First reported on StackOverflow by user Jeronimo.

    βœ… Backport of pyparsing_test namespace from 3.0.0, including
    βœ… TestParseResultsAsserts mixin class defining unittest-helper
    methods:
    πŸ“œ . def assertParseResultsEquals(
    self, result, expected_list=None, expected_dict=None, msg=None)
    πŸ“œ . def assertParseAndCheckList(
    self, expr, test_string, expected_list, msg=None, verbose=True)
    πŸ“œ . def assertParseAndCheckDict(
    self, expr, test_string, expected_dict, msg=None, verbose=True)
    βœ… . def assertRunTestResults(
    βœ… self, run_tests_report, expected_parse_results=None, msg=None)
    πŸ‘€ . def assertRaisesParseException(self, exc_type=ParseException, msg=None)

    βœ… To use the methods in this mixin class, declare your unittest classes as:

    βœ… from pyparsing import pyparsing_test as ppt
    βœ… class MyParserTest(ppt.TestParseResultsAsserts, unittest.TestCase):
    ...

Awesome Python is part of the LibHunt network. Terms. Privacy Policy.

(CC)
BY-SA
We recommend Spin The Wheel Of Names for a cryptographically secure random name picker.

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /