-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
gh-136282: Configparser: create unnamed sections via mapping protocol access #136313
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
gh-136282: Configparser: create unnamed sections via mapping protocol access #136313
Conversation
|
If we do decide to backport (which I don't think we should), we can automatically backport to 3.14 with the bot. No need for an extra PR. |
|
I would see this as a bugfix, I can’t imagine someone using mapping protocol + unnamed section and wanting the output PR LGTM |
|
@encukou what do you think of fix vs feature classification? (with the consequence of backporting or not) |
|
I don't remember my reasons for objecting to this as a bugfix -- if both of you are happy with backporting, let's do that. |
|
@hugovk is the authority here. I'm leaning towards bugfix. |
|
Bugfix is fine by me. |
…otocol access (pythonGH-136313) (cherry picked from commit 4aef138) Co-authored-by: Rogdham <3994389+Rogdham@users.noreply.github.com>
|
GH-142978 is a backport of this pull request to the 3.14 branch. |
Using the mapping protocol access to create unnamed section was not supported.
With this PR you can use it: