diff options
author | ptmcg <ptmcg@austin.rr.com> | 2020-06-27 07:59:11 -0500 |
---|---|---|
committer | ptmcg <ptmcg@austin.rr.com> | 2020-06-27 07:59:11 -0500 |
commit | b3edef08a38b45c3a5fe74968e3589996761660c (patch) | |
tree | 48a711b78350e21535564ea2c8c6286874750790 | |
parent | 1ed0af7f08a252be66bc148b43fe9d76ede7a537 (diff) | |
download | pyparsing-git-b3edef08a38b45c3a5fe74968e3589996761660c.tar.gz |
Update CHANGES to reflect Issue #227
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -44,6 +44,14 @@ Version 3.0.0a2 - June, 2020 control over pyparsing's whitespace skipping. Also contributed by Michael Milton. +- The unicode range definitions for the various languages were + recalculated by interrogating the unicodedata module by character + name, selecting characters that contained that language in their + Unicode name. (Issue #227) + + Also, pyparsing_unicode.Korean was renamed to Hangul (Korean + is also defined as a synonym for compatibility). + - Enhanced ParseResults dump() to show both results names and list subitems. Fixes bug where adding a results name would hide lower-level structures in the ParseResults. |