-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-27351: Fix ConfigParser.read() documentation and docstring #8123
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-27351: Fix ConfigParser.read() documentation and docstring #8123
Conversation
Switch "list" with "iterable" to match with the implementation.
2ce0441
to
a5d96f8
Compare
The bot failed to link this PR with bpo-27351 (mentioning the issue number here in a comment will fix that). |
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.
Thank you :)
The changes seem fine to me.
Thanks @ZackerySpytz for the PR, and @briancurtin for merging it 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.6, 3.7. |
…nGH-8123) Switch "list" with "iterable" to match with the implementation. (cherry picked from commit e45473e) Co-authored-by: Zackery Spytz <[email protected]>
GH-9637 is a backport of this pull request to the 3.7 branch. |
…nGH-8123) Switch "list" with "iterable" to match with the implementation. (cherry picked from commit e45473e) Co-authored-by: Zackery Spytz <[email protected]>
GH-9638 is a backport of this pull request to the 3.6 branch. |
Sorry, @ZackerySpytz and @briancurtin, I could not cleanly backport this to |
Switch "list" with "iterable" to match with the implementation. (cherry picked from commit e45473e) Co-authored-by: Zackery Spytz <[email protected]>
Switch "list" with "iterable" to match with the implementation. (cherry picked from commit e45473e) Co-authored-by: Zackery Spytz <[email protected]>
Switch "list" to "iterable" to match with the implementation.
https://bugs.python.org/issue27351