mirror of
https://github.com/python/cpython.git
synced 2025-09-30 20:31:52 +00:00
merge with 3.2
This commit is contained in:
commit
0109e3cd24
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ Python syntax and the functions in the :mod:`operator` module.
|
|||
+-----------------------+-------------------------+---------------------------------------+
|
||||
| Containment Test | ``obj in seq`` | ``contains(seq, obj)`` |
|
||||
+-----------------------+-------------------------+---------------------------------------+
|
||||
| Division | ``a / b`` | ``div(a, b)`` |
|
||||
| Division | ``a / b`` | ``truediv(a, b)`` |
|
||||
+-----------------------+-------------------------+---------------------------------------+
|
||||
| Division | ``a // b`` | ``floordiv(a, b)`` |
|
||||
+-----------------------+-------------------------+---------------------------------------+
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue