pyparsing 3.0.5 #328
ptmcg
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Added return type annotations for
col,line, andlineno.Fixed bug when
warn_ungrouped_named_tokens_in_collectionwarning was raised when assigning a results name to anoriginal_text_forexpression. (Issue unexpected "warn_ungrouped_named_tokens_in_collection" warnings in versions >2.4.0 #110, would raise warning in packaging.)Fixed internal bug where ParserElement.streamline() would not return self if already streamlined.
Changed run_tests() output to default to not showing line and column numbers. If line numbering is desired, call with
with_line_numbers=True. Also fixed minor bug where separating line was not included after a test failure.This discussion was created from the release pyparsing 3.0.5.
Beta Was this translation helpful? Give feedback.
All reactions