diff options
author | ptmcg <ptmcg@9bf210a0-9d2d-494c-87cf-cfb32e7dff7b> | 2016-01-27 23:43:22 +0000 |
---|---|---|
committer | ptmcg <ptmcg@9bf210a0-9d2d-494c-87cf-cfb32e7dff7b> | 2016-01-27 23:43:22 +0000 |
commit | d8ba11404b98487b806e7fac2ade880fdad76cda (patch) | |
tree | f8da3554b62bf43bea2677a98adad7d801daa789 /src | |
parent | 8294fbe3001448e19491426220453a92f4586c8d (diff) | |
download | pyparsing-d8ba11404b98487b806e7fac2ade880fdad76cda.tar.gz |
Add CHANGES blurb for example fixes
git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/trunk@317 9bf210a0-9d2d-494c-87cf-cfb32e7dff7b
Diffstat (limited to 'src')
-rw-r--r-- | src/CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES b/src/CHANGES index bf7af4f..ff211a2 100644 --- a/src/CHANGES +++ b/src/CHANGES @@ -21,6 +21,9 @@ Version 2.0.8 - - Fixed ParseResults.asDict() to correctly convert nested ParseResults
values to dicts.
+
+- Cleaned up some examples, fixed typo in fourFn.py identified by
+ aristotle2600 on reddit.
Version 2.0.7 -
|