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
1be05767
Commit
1be05767
authored
Dec 25, 2012
by
Ezio Melotti
Browse files
Options
Browse Files
Download
Plain Diff
#16677: merge with 3.2.
parents
34dcdee1
9f929bb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Doc/reference/expressions.rst
Doc/reference/expressions.rst
+5
-5
No files found.
Doc/reference/expressions.rst
View file @
1be05767
...
@@ -1303,8 +1303,8 @@ their suffixes::
...
@@ -1303,8 +1303,8 @@ their suffixes::
.. _operator-summary:
.. _operator-summary:
Summary
Operator precedence
=======
=======
============
.. index:: pair: operator; precedence
.. index:: pair: operator; precedence
...
@@ -1328,9 +1328,9 @@ groups from right to left).
...
@@ -1328,9 +1328,9 @@ groups from right to left).
+-----------------------------------------------+-------------------------------------+
+-----------------------------------------------+-------------------------------------+
| :keyword:`and` | Boolean AND |
| :keyword:`and` | Boolean AND |
+-----------------------------------------------+-------------------------------------+
+-----------------------------------------------+-------------------------------------+
| :keyword:`not`
*x*
| Boolean NOT |
| :keyword:`not`
``x``
| Boolean NOT |
+-----------------------------------------------+-------------------------------------+
+-----------------------------------------------+-------------------------------------+
| :keyword:`in`, :keyword:`not
` :keyword:`in`,
| Comparisons, including membership |
| :keyword:`in`, :keyword:`not
in`,
| Comparisons, including membership |
| :keyword:`is`, :keyword:`is not`, ``<``, | tests and identity tests, |
| :keyword:`is`, :keyword:`is not`, ``<``, | tests and identity tests, |
| ``<=``, ``>``, ``>=``, ``!=``, ``==`` | |
| ``<=``, ``>``, ``>=``, ``!=``, ``==`` | |
+-----------------------------------------------+-------------------------------------+
+-----------------------------------------------+-------------------------------------+
...
@@ -1356,7 +1356,7 @@ groups from right to left).
...
@@ -1356,7 +1356,7 @@ groups from right to left).
+-----------------------------------------------+-------------------------------------+
+-----------------------------------------------+-------------------------------------+
| ``(expressions...)``, | Binding or tuple display, |
| ``(expressions...)``, | Binding or tuple display, |
| ``[expressions...]``, | list display, |
| ``[expressions...]``, | list display, |
| ``{key:
datum...}``,
| dictionary display, |
| ``{key:
value...}``,
| dictionary display, |
| ``{expressions...}`` | set display |
| ``{expressions...}`` | set display |
+-----------------------------------------------+-------------------------------------+
+-----------------------------------------------+-------------------------------------+
...
...
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