-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Use PEP8 style method and function names from pyparsing #29745
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Note that pyparsing 3.0 requires Python 3.6 or later. |
I also discovered that there are several non-PEP8 attributes on I'll implement the synonyms for |
Thanks for the hint. I think it's not a problem in practice. Per our dependency policy we are requiring |
At the library level we should provide functional floors to our version pinning (using caps only if we know it will break us) and leave retro-actively adjusting pins to packagers / integrators. |
705a3a3
to
82cf793
Compare
Do you want to keep commits or should this be squashed? - Either way, you can merge yourself. |
PR summary
See #29722 for context, this prepares for a pyparsing 3.3.0 release. This requires a bump of the minimum version to 3.0. That was released in 2021, so is easily within our dependency policy of at >= 12 months.
PR checklist