summaryrefslogtreecommitdiff
path: root/src/CHANGES
diff options
context:
space:
mode:
authorptmcg <ptmcg@9bf210a0-9d2d-494c-87cf-cfb32e7dff7b>2016-08-05 19:38:41 +0000
committerptmcg <ptmcg@9bf210a0-9d2d-494c-87cf-cfb32e7dff7b>2016-08-05 19:38:41 +0000
commit71211524f1e8e2b33015ae6d00541f2dec18acf6 (patch)
treea9982e271a5420bb4cf7f3d5ca21c8c3c3ebaa6e /src/CHANGES
parent1e38ca42c51f546527b33e0065d16ab24c36ce89 (diff)
downloadpyparsing-71211524f1e8e2b33015ae6d00541f2dec18acf6.tar.gz
Fixed bug in upcaseTokens and downcaseTokens introduced in 2.1.5, when the parse action was used in conjunction with results names
git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/trunk@388 9bf210a0-9d2d-494c-87cf-cfb32e7dff7b
Diffstat (limited to 'src/CHANGES')
-rw-r--r--src/CHANGES11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/CHANGES b/src/CHANGES
index 6cc9934..0e48b21 100644
--- a/src/CHANGES
+++ b/src/CHANGES
@@ -20,7 +20,14 @@ Version 2.1.6 -
respectively. I hope the "f" prefix of "fnumber" will be a better
indicator of its internal conversion of parsed values to floats,
while the generic "number" is similar to the flexible number syntax
- in other languages.
+ in other languages. Also fixed a bug in pyparsing_common.numeric
+ (now renamed to pyparsing_common.number), integers were parsed and
+ returned as floats instead of being retained as ints.
+
+- Fixed bug in upcaseTokens and downcaseTokens introduced in 2.1.5,
+ when the parse action was used in conjunction with results names.
+ Reported by Steven Arcangeli from the dql project, thanks for your
+ patience, Steven!
- Major change to docs! After seeing some comments on reddit about
general issue with docs of Python modules, and thinking that I'm a
@@ -55,8 +62,6 @@ Version 2.1.6 -
For tracing tokens in and out of parse actions, the more complete
repr form provides important information when debugging parse actions.
-
-- Fixed bug in pyparsing_common.numeric, integers were parsed as floats.
Verison 2.1.5 - June, 2016