Update to latest stable release with the following list of changes:
Fixed bug in ParseResults.toDict()
, in which dict
values were always
converted to dicts, even if they were just unkeyed lists of tokens.
Fixed bug in SkipTo
when using failOn
.
Fixed bug in Each
introduced in 2.1.0.
Removed use of functools.partial
in replaceWith
, as this creates
an ambiguous signature for the generated parse action, which fails in
PyPy.
Added support for assigning to ParseResults
using slices.
Added default behavior to QuotedString
to convert embedded '\t', '\n',
etc. characters to their whitespace counterparts.
Please login to add feedback.
This update has been submitted for testing by jamatos.
This update has been pushed to testing.
This update has been obsoleted by pyparsing-2.1.3-1.fc22.