-
-
Notifications
You must be signed in to change notification settings - Fork 32k
bpo-20923 : [doc] Explain ConfigParser 'valid section name' and .SECTCRE #31413
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
Added "By default, a legal section name can be any string that does not contain '\\n' or ']'. To change this, see :attr:`ConfigParser.SECTCRE`." in configparser.rst.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see "legal" used in the doc, I do see "valid".
@terryjreedy - are you ok with this?
Thanks @Vidhyavinu for the PR, and @iritkatriel for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10. |
…CRE (pythonGH-31413) (cherry picked from commit bba8008) Co-authored-by: vidhya <[email protected]>
GH-31506 is a backport of this pull request to the 3.10 branch. |
…CRE (pythonGH-31413) (cherry picked from commit bba8008) Co-authored-by: vidhya <[email protected]>
GH-31507 is a backport of this pull request to the 3.9 branch. |
…d .SECTCRE (GH-31413) (GH-31506) (cherry picked from commit bba8008) Co-authored-by: vidhya <[email protected]> Automerge-Triggered-By: GH:iritkatriel
… .SECTCRE (GH-31413) (GH-31507) (cherry picked from commit bba8008) Co-authored-by: vidhya <[email protected]> Automerge-Triggered-By: GH:iritkatriel
Thank you all. |
… .SECTCRE (pythonGH-31413) (pythonGH-31507) (cherry picked from commit bba8008) Co-authored-by: vidhya <[email protected]> Automerge-Triggered-By: GH:iritkatriel
Added "By default, a legal section name can be any string that does not contain '\n' or ']'.
To change this, see :attr:
ConfigParser.SECTCRE
." in configparser.rst.https://bugs.python.org/issue20923