commit | 9749e15e2ff9fffd987679cc3914c726af8876b3 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Jan 05 19:28:16 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Jan 05 19:28:16 2008 +0000 |
tree | acbbdcd3e421ab18ff2f8766574806d0f5e02d03 | |
parent | 9fcd8ceb74fec0b596ca266868d28955fa251ff1 [diff] [blame] |
Remove with_statement future imports from 2.6 docs.
diff --git a/Doc/library/math.rst b/Doc/library/math.rst index 6c78104..b111dd1 100644 --- a/Doc/library/math.rst +++ b/Doc/library/math.rst
@@ -48,6 +48,9 @@ Return the floor of *x* as a float, the largest integer value less than or equal to *x*. + .. versionchanged:: 2.6 + Added :meth:`__floor__` delegation. + .. function:: fmod(x, y)