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
-
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.Optional
andtyping.Optional
resulting inerror: "_SpecialForm" not callable
message 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
, andIterableType
and replaced them withtyping.Optional
,typing.Dict
, andtyping.Iterable
throughout.)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_resources
package in railroad diagramming code (issue RFE: Replace use ofpkg_resources
withimportlib.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