Skip to content
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

fix(#23289): add comma to SymChars in parsecfg #24107

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from

Conversation

daylinmorgan
Copy link
Contributor

@daylinmorgan daylinmorgan commented Sep 14, 2024

This make it so the parsecfg module will support commas in unquoted keys and values.
It should have no impact on existing "valid" config files.

I also added to the docs/tests an example key/value with commas.

closes #23289

@Araq
Copy link
Member

Araq commented Sep 15, 2024

Super ugly stuff, there is no reason why commas should be supported. (I don't care about Python's nonsense.)

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.

parsecfg does not support raw strings with commas
2 participants