Skip to content

gh-96765 Add docs order of configparser.ConfigParser.read() arguments #107683

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

Closed
wants to merge 4 commits into from

Conversation

xncbf
Copy link
Contributor

@xncbf xncbf commented Aug 6, 2023

@ghost
Copy link

ghost commented Aug 6, 2023

All commit authors signed the Contributor License Agreement.
CLA signed

@xncbf xncbf changed the title GH-96765 Add docs order of configparser.ConfigParser.read() arguments gh-96765 Add docs order of configparser.ConfigParser.read() arguments Aug 6, 2023
@xncbf
Copy link
Contributor Author

xncbf commented Aug 14, 2023

@ambv Could you please review this PR?

.. doctest::

>>> another_config = configparser.ConfigParser()
>>> another_config.read('example.ini')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is only one read call, with a single file, so this does not follow the text you added, and seems out of place as an illustration.

@ambv
Copy link
Contributor

ambv commented Jul 13, 2024

Closed in favor of gh-121664.

@ambv ambv closed this Jul 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting review docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Order of configparser.ConfigParser.read() arguments
4 participants