We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fae81e commit 997a4adCopy full SHA for 997a4ad
Doc/reference/expressions.rst
@@ -1173,11 +1173,6 @@ the left or right by the number of bits given by the second argument.
1173
A right shift by *n* bits is defined as floor division by ``pow(2,n)``. A left
1174
shift by *n* bits is defined as multiplication with ``pow(2,n)``.
1175
1176
-.. note::
1177
-
1178
- In the current implementation, the right-hand operand is required
1179
- to be at most :attr:`sys.maxsize`. If the right-hand operand is larger than
1180
- :attr:`sys.maxsize` an :exc:`OverflowError` exception is raised.
1181
1182
.. _bitwise:
1183
0 commit comments