summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index db5bd87..235aecc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,12 +11,14 @@ for people to give it a try before I can call it ready to go.
The `expr[...]` notation was pushed out to be synonymous with
`OneOrMore(expr)`, but this is really counter to most Python
notations (and even other internal pyparsing notations as well).
+It should have been defined to be equivalent to ZeroOrMore(expr).
It also seems that I introduced a problem by enabling some noisy
diagnostics, and added a very subtle ParserElement-as-
unintentional-iterator bug, so 2.4.1 really needs to be unreleased.
So sorry, everyone!
+
(Updated)
- A new shorthand notation has been added for repetition
expressions: expr[min, max], with '...' valid as a min