X Tutup
The Wayback Machine - https://web.archive.org/web/20240110155340/https://github.com/python/cpython/pull/110506
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 鈥淪ign up for GitHub鈥, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ConfigParser docs defining valid section name #110506

Merged
merged 1 commit into from Dec 30, 2023
Merged

Conversation

Delgan
Copy link
Contributor

@Delgan Delgan commented Oct 7, 2023

Hi.

Just a trivial enhancement to the documentation. The ConfigParser.SECTCRE regex was updated in #17129 to allow ] in section names, but the documentation does not reflect that.


馃摎 Documentation preview 馃摎: https://cpython-previews--110506.org.readthedocs.build/

@bedevere-app bedevere-app bot added docs Documentation in the Doc dir skip news awaiting review labels Oct 7, 2023
@hugovk hugovk added skip issue needs backport to 3.11 bug and security fixes needs backport to 3.12 bug and security fixes labels Dec 30, 2023
@hugovk hugovk merged commit 471aa75 into python:main Dec 30, 2023
28 checks passed
@miss-islington-app
Copy link

Thanks @Delgan for the PR, and @hugovk for merging it 馃尞馃帀.. I'm working now to backport this PR to: 3.11, 3.12.
馃悕馃崚鉀忦煠�

@hugovk
Copy link
Member

hugovk commented Dec 30, 2023

Thank you!

@bedevere-app
Copy link

bedevere-app bot commented Dec 30, 2023

GH-113589 is a backport of this pull request to the 3.12 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Dec 30, 2023
(cherry picked from commit 471aa75)

Co-authored-by: Delgan <4193924+Delgan@users.noreply.github.com>
@bedevere-app bedevere-app bot removed the needs backport to 3.12 bug and security fixes label Dec 30, 2023
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Dec 30, 2023
(cherry picked from commit 471aa75)

Co-authored-by: Delgan <4193924+Delgan@users.noreply.github.com>
@bedevere-app
Copy link

bedevere-app bot commented Dec 30, 2023

GH-113590 is a backport of this pull request to the 3.11 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.11 bug and security fixes label Dec 30, 2023
hugovk pushed a commit that referenced this pull request Dec 30, 2023
鈥� (#113589)

Co-authored-by: Delgan <4193924+Delgan@users.noreply.github.com>
hugovk pushed a commit that referenced this pull request Dec 30, 2023
鈥� (#113590)

Co-authored-by: Delgan <4193924+Delgan@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip issue skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants
X Tutup