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 binding of configparser comment chars #846

Merged
merged 1 commit into from
Jul 26, 2024
Merged

Conversation

karlch
Copy link
Owner

@karlch karlch commented Jul 26, 2024

Neither semicolon ; nor the number symbol # could be bound as they were parsed by configparser as a comment. Fixed by allowing to bind these via and instead.

fixes #845

Neither semicolon `;` nor the number symbol `#` could be bound as they
were parsed by configparser as a comment. Fixed by allowing to bind
these via <semicolon> and <number> instead.
@karlch karlch merged commit cbce18b into master Jul 26, 2024
34 checks passed
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.

Unable to bind semicolon
1 participant