From e960d18bb2f95654d8710df469b0d080a6d61070 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Tue, 12 May 2015 17:24:17 -0400 Subject: [PATCH] versionadded --- Doc/library/math.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/library/math.rst b/Doc/library/math.rst index 11389e65099..52bf3dfec1a 100644 --- a/Doc/library/math.rst +++ b/Doc/library/math.rst @@ -107,6 +107,8 @@ Number-theoretic and representation functions positive integer that divides both *a* and *b*. ``gcd(0, 0)`` returns ``0``. + .. versionadded:: 3.5 + .. function:: isfinite(x)