summaryrefslogtreecommitdiffstats
path: root/Doc/library/decimal.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-04-24 02:34:53 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-04-24 02:34:53 (GMT)
commit35e8c4653455ceeac5b49b369b4c11be6096ea17 (patch)
tree56520e401f31f82834da704af56430a70683bac8 /Doc/library/decimal.rst
parent3513358e11df32cc02047e48a9a9a976343ba16c (diff)
downloadcpython-35e8c4653455ceeac5b49b369b4c11be6096ea17.zip
cpython-35e8c4653455ceeac5b49b369b4c11be6096ea17.tar.gz
cpython-35e8c4653455ceeac5b49b369b4c11be6096ea17.tar.bz2
remove some old versionchanged and versionadded directives
Diffstat (limited to 'Doc/library/decimal.rst')
-rw-r--r--Doc/library/decimal.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/Doc/library/decimal.rst b/Doc/library/decimal.rst
index 33aa42c..6f4821b 100644
--- a/Doc/library/decimal.rst
+++ b/Doc/library/decimal.rst
@@ -340,9 +340,6 @@ Decimal objects
Once constructed, :class:`Decimal` objects are immutable.
- .. versionchanged:: 2.6
- leading and trailing whitespace characters are permitted when
- creating a Decimal instance from a string.
Decimal floating point objects share many properties with the other built-in
numeric types such as :class:`float` and :class:`int`. All of the usual math
@@ -367,9 +364,6 @@ also have a number of specialized methods:
Return a :term:`named tuple` representation of the number:
``DecimalTuple(sign, digits, exponent)``.
- .. versionchanged:: 2.6
- Use a named tuple.
-
.. method:: Decimal.canonical()