summaryrefslogtreecommitdiff
path: root/src/CHANGES
diff options
context:
space:
mode:
authorptmcg <ptmcg@9bf210a0-9d2d-494c-87cf-cfb32e7dff7b>2016-09-08 23:36:49 +0000
committerptmcg <ptmcg@9bf210a0-9d2d-494c-87cf-cfb32e7dff7b>2016-09-08 23:36:49 +0000
commit99cee9263f4ab1117a179d475f9e24cdd956724a (patch)
tree606f0d69f9e5de69ba54eda59095f8ff2f10dd12 /src/CHANGES
parent7d2eba2687f39e0149b2f488c692d20efc972eba (diff)
downloadpyparsing-99cee9263f4ab1117a179d475f9e24cdd956724a.tar.gz
Fix Py3 bug in ParseResults.getName; fixed bug in Keyword and CaselessKeyword when using setDefaultKeywordChars.
git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/trunk@429 9bf210a0-9d2d-494c-87cf-cfb32e7dff7b
Diffstat (limited to 'src/CHANGES')
-rw-r--r--src/CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/CHANGES b/src/CHANGES
index e32cc21..979b5c3 100644
--- a/src/CHANGES
+++ b/src/CHANGES
@@ -8,6 +8,9 @@ Version 2.1.9 -
"close" matches, that is, strings with at most 'n' mismatching
characters.
+- Fixed bug in Keyword.setDefaultKeywordChars(), reported by Kobayashi
+ shinji - nice catch, thanks!
+
- Minor API change in pyparsing_common. Renamed some of the common
expressions to PEP8 format (to be consistent with the other
pyparsing_common expressions):
@@ -30,6 +33,9 @@ Version 2.1.9 -
small step - when pyparsing 3.0 comes around, everything will change
to PEP8 snake case.)
+- Fixed Python3 compatibility bug when using dict keys() and values()
+ in ParseResults.getName().
+
Version 2.1.8 -
------------------------------