merge with 3.3
This commit is contained in:
commit
e827ea866d
|
@ -71,10 +71,10 @@ The numeric tower
|
||||||
|
|
||||||
.. class:: Integral
|
.. class:: Integral
|
||||||
|
|
||||||
Subtypes :class:`Rational` and adds a conversion to :class:`int`.
|
Subtypes :class:`Rational` and adds a conversion to :class:`int`. Provides
|
||||||
Provides defaults for :func:`float`, :attr:`~Rational.numerator`, and
|
defaults for :func:`float`, :attr:`~Rational.numerator`, and
|
||||||
:attr:`~Rational.denominator`, and bit-string operations: ``<<``,
|
:attr:`~Rational.denominator`. Adds abstract methods for ``**`` and
|
||||||
``>>``, ``&``, ``^``, ``|``, ``~``.
|
bit-string operations: ``<<``, ``>>``, ``&``, ``^``, ``|``, ``~``.
|
||||||
|
|
||||||
|
|
||||||
Notes for type implementors
|
Notes for type implementors
|
||||||
|
|
Loading…
Reference in New Issue