summaryrefslogtreecommitdiffstats
path: root/Doc/library/functions.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/functions.rst')
-rw-r--r--Doc/library/functions.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
index 48efff5..ebb7a6c 100644
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -921,8 +921,6 @@ available. They are listed here in alphabetical order.
``round(0.5)`` and ``round(-0.5)`` are ``0``, and ``round(1.5)`` is
``2``). Delegates to ``x.__round__(n)``.
- .. versionchanged:: 2.6
-
.. function:: set([iterable])
:noindex:
@@ -1072,8 +1070,6 @@ available. They are listed here in alphabetical order.
Return the :class:`Real` value *x* truncated to an :class:`Integral` (usually
a long integer). Delegates to ``x.__trunc__()``.
- .. versionadded:: 2.6
-
.. function:: tuple([iterable])