From 3e76d9346b326a10791fcf2b1ea887f8dbfccc80 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Sat, 1 Dec 2007 15:40:22 +0000 Subject: [PATCH] Added one more missing versionadded tag --- Doc/library/sys.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index d33f532084..5669e35b89 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -281,6 +281,8 @@ always available. The information in the table is simplified. + .. versionadded:: 2.6 + .. function:: getcheckinterval() -- 2.50.1