Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
4acc140f
Commit
4acc140f
authored
Jun 08, 2018
by
Andrés Delfino
Committed by
Mariatta
Jun 08, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix indendation level of versionchanged directive in configparser.items() doc (GH-7543)
parent
bcb032e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Doc/library/configparser.rst
Doc/library/configparser.rst
+4
-4
No files found.
Doc/library/configparser.rst
View file @
4acc140f
...
@@ -1091,10 +1091,10 @@ ConfigParser Objects
...
@@ -1091,10 +1091,10 @@ ConfigParser Objects
given *section*. Optional arguments have the same meaning as for the
given *section*. Optional arguments have the same meaning as for the
:meth:`get` method.
:meth:`get` method.
.. versionchanged:: 3.8
.. versionchanged:: 3.8
Items present in *vars* no longer appear in the result. The previous
Items present in *vars* no longer appear in the result. The previous
behaviour mixed actual parser options with variables provided for
behaviour mixed actual parser options with variables provided for
interpolation.
interpolation.
.. method:: set(section, option, value)
.. method:: set(section, option, value)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment