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

bpo-41963: document that ConfigParser strips off comments #26197

Merged
merged 5 commits into from May 18, 2021

Conversation

@jugmac00
Copy link
Contributor

@jugmac00 jugmac00 commented May 17, 2021

... when reading a configuration file.

https://bugs.python.org/issue41963

blurb-it bot and others added 2 commits May 17, 2021
@lgfunderburk
Copy link
Contributor

@lgfunderburk lgfunderburk commented May 17, 2021

Reviewing

Copy link
Contributor

@lgfunderburk lgfunderburk left a comment

Slight wording change on configparser.py

Please note that comments get stripped off on reading

change to

Please note that comments get stripped off when reading

Also, to be consistent, is this about reading configuration files?

Copy link
Contributor

@lgfunderburk lgfunderburk left a comment

Testing review functionality. Sorry for duplicates.

Copy link
Contributor

@lgfunderburk lgfunderburk left a comment

Slight grammar change and consistency on what is being read.

Lib/configparser.py Outdated Show resolved Hide resolved
Co-authored-by: Laura Gutierrez Funderburk <58710704+lgfunderburk@users.noreply.github.com>
Copy link
Contributor

@lgfunderburk lgfunderburk left a comment

Approving changes.

@ambv ambv merged commit 02ee819 into python:main May 18, 2021
12 checks passed
12 checks passed
@github-actions
Docs
Details
@github-actions
Check for source changes
Details
@github-actions
Check if generated files are up to date
Details
@github-actions
Windows (x86)
Details
@github-actions
Windows (x64)
Details
@github-actions
macOS
Details
@github-actions
Ubuntu
Details
@github-actions
Ubuntu SSL tests with OpenSSL
Details
Azure Pipelines PR #20210517.43 succeeded
Details
@travis-ci
Travis CI - Pull Request Build Passed
Details
@bedevere-bot
bedevere/issue-number Issue number 41963 found
Details
@bedevere-bot
bedevere/news News entry found in Misc/NEWS.d
@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented May 18, 2021

Thanks @jugmac00 for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.9.
🐍🍒🤖

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented May 18, 2021

Sorry @jugmac00 and @ambv, I had trouble checking out the 3.10 backport branch.
Please backport using cherry_picker on command line.
cherry_picker 02ee8191263848f8c8999f72286148946b83e5c9 3.10

miss-islington added a commit to miss-islington/cpython that referenced this pull request May 18, 2021
…6197)

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Laura Gutierrez Funderburk <58710704+lgfunderburk@users.noreply.github.com>
(cherry picked from commit 02ee819)

Co-authored-by: Jürgen Gmach <juergen.gmach@googlemail.com>
@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented May 18, 2021

GH-26213 is a backport of this pull request to the 3.9 branch.

@jugmac00 jugmac00 deleted the jugmac00:bpo-41963 branch May 18, 2021
ambv added a commit to ambv/cpython that referenced this pull request May 18, 2021
…honGH-26197)

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Laura Gutierrez Funderburk <58710704+lgfunderburk@users.noreply.github.com>
(cherry picked from commit 02ee819)

Co-authored-by: Jürgen Gmach <juergen.gmach@googlemail.com>
@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented May 18, 2021

GH-26214 is a backport of this pull request to the 3.10 branch.

ambv pushed a commit that referenced this pull request May 18, 2021
…H-26213)

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Laura Gutierrez Funderburk <58710704+lgfunderburk@users.noreply.github.com>
Co-authored-by: Jürgen Gmach <juergen.gmach@googlemail.com>

(cherry picked from commit 02ee819)
ambv added a commit that referenced this pull request May 18, 2021
…26197) (GH-26214)

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Laura Gutierrez Funderburk <58710704+lgfunderburk@users.noreply.github.com>
Co-authored-by: Jürgen Gmach <juergen.gmach@googlemail.com>

(cherry picked from commit 02ee819)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
6 participants