mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix versionchanged from 2.7 to 3.2 in decimal.rst.
This commit is contained in:
parent
04e8bcb49a
commit
993a5ee026
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ Decimal objects
|
|||
types described in the :ref:`expressions` section of the reference
|
||||
manual, leading to confusing results.
|
||||
|
||||
.. versionchanged:: 2.7
|
||||
.. versionchanged:: 3.2
|
||||
A comparison between a :class:`float` instance ``x`` and a
|
||||
:class:`Decimal` instance ``y`` now returns a result based on
|
||||
the values of ``x`` and ``y``. In earlier versions ``x < y``
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue