summaryrefslogtreecommitdiffstats
path: root/Doc/library/numbers.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-01-05 19:28:16 (GMT)
committerGeorg Brandl <georg@python.org>2008-01-05 19:28:16 (GMT)
commit9749e15e2ff9fffd987679cc3914c726af8876b3 (patch)
treeacbbdcd3e421ab18ff2f8766574806d0f5e02d03 /Doc/library/numbers.rst
parent9fcd8ceb74fec0b596ca266868d28955fa251ff1 (diff)
downloadcpython-9749e15e2ff9fffd987679cc3914c726af8876b3.zip
cpython-9749e15e2ff9fffd987679cc3914c726af8876b3.tar.gz
cpython-9749e15e2ff9fffd987679cc3914c726af8876b3.tar.bz2
Remove with_statement future imports from 2.6 docs.
Diffstat (limited to 'Doc/library/numbers.rst')
-rw-r--r--Doc/library/numbers.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/library/numbers.rst b/Doc/library/numbers.rst
index d0f9c3b..505a8af 100644
--- a/Doc/library/numbers.rst
+++ b/Doc/library/numbers.rst
@@ -1,10 +1,12 @@
-
:mod:`numbers` --- Numeric abstract base classes
================================================
.. module:: numbers
:synopsis: Numeric abstract base classes (Complex, Real, Integral, etc.).
+.. versionadded:: 2.6
+
+
The :mod:`numbers` module (:pep:`3141`) defines a hierarchy of numeric abstract
base classes which progressively define more operations. These concepts also
provide a way to distinguish exact from inexact types. None of the types defined