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
9168c704
Commit
9168c704
authored
Mar 09, 2004
by
Hye-Shik Chang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SF Patch #912462: Relocate \end tag to the right place.
(Submitted by George Yoshida)
parent
f114a3ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Doc/lib/libstdtypes.tex
Doc/lib/libstdtypes.tex
+2
-1
No files found.
Doc/lib/libstdtypes.tex
View file @
9168c704
...
...
@@ -1336,7 +1336,6 @@ new dictionary. \var{value} defaults to \code{None}. \versionadded{2.3}
\item
[(8)]
\function
{
pop()
}
raises a
\exception
{
KeyError
}
when no default
value is given and the key is not found.
\versionadded
{
2.3
}
\end{description}
\item
[(9)]
\function
{
update()
}
accepts either another mapping object
or an iterable of key/value pairs (as a tuple or other iterable of
...
...
@@ -1346,6 +1345,8 @@ then is updated with those key/value pairs:
\versionchanged
[Allowed the argument to be an iterable of key/value
pairs and allowed keyword arguments]
{
2.4
}
\end{description}
\subsection
{
File Objects
\label
{
bltin-file-objects
}}
...
...
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