Skip to content

fix: replace deprecated pyparsing oneOf/leaveWhitespace with snake_case equivalents#36

Open
kwisatz wants to merge 1 commit into
unt-libraries:masterfrom
tentwentyfour:feat/modernize
Open

fix: replace deprecated pyparsing oneOf/leaveWhitespace with snake_case equivalents#36
kwisatz wants to merge 1 commit into
unt-libraries:masterfrom
tentwentyfour:feat/modernize

Conversation

@kwisatz

@kwisatz kwisatz commented Jul 26, 2026

Copy link
Copy Markdown

pyparsing emits PyparsingDeprecationWarning for oneOf() and .leaveWhitespace() under Python 3.11 with modern pyparsing releases. Switch to the one_of() and leave_whitespace() names to silence the warnings without changing behavior.

…se equivalents

pyparsing emits PyparsingDeprecationWarning for oneOf() and .leaveWhitespace()
under Python 3.11 with modern pyparsing releases. Switch to the one_of() and
leave_whitespace() names to silence the warnings without changing behavior.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant