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
4576b543
Commit
4576b543
authored
Sep 11, 2019
by
Anjali
Committed by
Julien Palard
Sep 11, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-16438: Doc: confusing text regarding numeric precedence corrected (GH-10521)
parent
92521fea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
Doc/library/stdtypes.rst
Doc/library/stdtypes.rst
+2
-3
No files found.
Doc/library/stdtypes.rst
View file @
4576b543
...
@@ -265,9 +265,8 @@ which is narrower than complex. Comparisons between numbers of mixed type use
...
@@ -265,9 +265,8 @@ which is narrower than complex. Comparisons between numbers of mixed type use
the same rule. [2]_ The constructors :func:`int`, :func:`float`, and
the same rule. [2]_ The constructors :func:`int`, :func:`float`, and
:func:`complex` can be used to produce numbers of a specific type.
:func:`complex` can be used to produce numbers of a specific type.
All numeric types (except complex) support the following operations, sorted by
All numeric types (except complex) support the following operations (for priorities of
ascending priority (all numeric operations have a higher priority than
the operations, see :ref:`operator-summary`):
comparison operations):
+---------------------+---------------------------------+---------+--------------------+
+---------------------+---------------------------------+---------+--------------------+
| Operation | Result | Notes | Full documentation |
| Operation | Result | Notes | Full documentation |
...
...
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