diff options
author | ptmcg <ptmcg@austin.rr.com> | 2020-04-05 18:35:22 -0500 |
---|---|---|
committer | ptmcg <ptmcg@austin.rr.com> | 2020-04-05 18:35:22 -0500 |
commit | e3b4aa46c1257cc1e37fa7e352c67d055b324166 (patch) | |
tree | c0cd44b35e8a9c493ceca026deb661e8f3c531cd | |
parent | 6a18916481fafa24839a8724b85e126c83f477f9 (diff) | |
download | pyparsing-git-e3b4aa46c1257cc1e37fa7e352c67d055b324166.tar.gz |
Fold in 2.4.7 change notes for consolidate change list
-rw-r--r-- | CHANGES | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -196,6 +196,18 @@ Version 3.0.0a1 - April, 2020 a few. +Version 2.4.7 - March, 2020 (April, actually) +--------------------------------------------- +- 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 + + Version 2.4.6 - December, 2019 ------------------------------ - Fixed typos in White mapping of whitespace characters, to use |