Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

bpo-37779 : Add information about the overriding behavior of ConfigParser.read #15177

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

Merged
merged 8 commits into from
Sep 23, 2020
Prev Previous commit
Next Next commit
Fix formatting errors (line length and empty lines)
  • Loading branch information
sblondon committed Aug 9, 2019
commit 13ad7ab63604562c6ca0648e1cb333c2b627cf95
3 changes: 2 additions & 1 deletion 3 Doc/library/configparser.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,9 @@ used to override previously defined properties and retain existing ones.
>>> config['topsecret.server.com']['ForwardX11']
'no'

This behaviour is equivalent to a :meth:`ConfigParser.read` call with several
files passed to ``filenames`` parameter.
sblondon marked this conversation as resolved.
Show resolved Hide resolved

This behaviour is equivalent to a :meth:`ConfigParser.read` call with several files passed to ``filenames`` parameter.

sblondon marked this conversation as resolved.
Show resolved Hide resolved
Supported Datatypes
-------------------
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.