From 34870c4142b9bc6395be1446deebeb6cd1718d24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristj=C3=A1n=20Valur=20J=C3=B3nsson?= Date: Sat, 23 Mar 2013 03:56:16 -0700 Subject: [PATCH] Issue #17522: Minor documentation fix --- Doc/c-api/init.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst index 377724c623e..6f847d94e16 100644 --- a/Doc/c-api/init.rst +++ b/Doc/c-api/init.rst @@ -665,6 +665,8 @@ with sub-interpreters: knowing that the GIL is locked can allow the caller to perform sensitive actions or otherwise behave differently. + .. versionadded:: 3.4 + The following macros are normally used without a trailing semicolon; look for example usage in the Python source distribution.