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
36895714
Commit
36895714
authored
May 27, 2006
by
George Yoshida
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
End of Ch.3 is now about "with statement".
Avoid obsolescence by directly referring to the section.
parent
5e0b8820
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Doc/ref/ref5.tex
Doc/ref/ref5.tex
+3
-3
No files found.
Doc/ref/ref5.tex
View file @
36895714
...
...
@@ -22,9 +22,9 @@ are the same as for \code{othername}.
When a description of an arithmetic operator below uses the phrase
``the numeric arguments are converted to a common type,'' the
arguments are coerced using the coercion rules listed at
the end of
chapter
\ref
{
datamodel
}
. If both arguments are standard numeric
t
ypes, t
he following coercions are applied:
arguments are coerced using the coercion rules listed at
~
\ref
{
coercion-rules
}
. If both arguments are standard numeric types,
the following coercions are applied:
\begin{itemize}
\item
If either argument is a complex number, the other is converted
...
...
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