pyparsing 3.0.9 #397
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 Unicode set
BasicMultilingualPlane(may also be referenced asBMP) representing the Basic Multilingual Plane (Unicode characters up to code point 65535). Can be used to parse most language characters, but omits emojis, wingdings, etc. Raised in discussion with Dave Tapley (issue Printables does not contain replacement character #392).To address mypy confusion of
pyparsing.Optionalandtyping.Optionalresulting inerror: "_SpecialForm" not callablemessage reported in issue Typo in an example code #365, fixed the import in exceptions.py. Nice sleuthing by Iwan Aucamp and Dominic Davis-Foster, thank you! (Removed definitions ofOptionalType,DictType, andIterableTypeand replaced them withtyping.Optional,typing.Dict, andtyping.Iterablethroughout.)Fixed typo in jinja2 template for railroad diagrams, thanks for the catch Nioub (issue It's good to hear you are safe, but you are still missing your head #388).
Removed use of deprecated
pkg_resourcespackage in railroad diagramming code (issue RFE: Replace use ofpkg_resourceswithimportlib.metadata#391).Updated bigquery_view_parser.py example to parse examples at https://cloud.google.com/bigquery/docs/reference/legacy-sql
This discussion was created from the release pyparsing 3.0.9.
Beta Was this translation helpful? Give feedback.
All reactions