merge with 3.3

This commit is contained in:
Georg Brandl 2013-04-14 11:59:19 +02:00
commit e827ea866d
1 changed files with 4 additions and 4 deletions

View File

@ -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