From: Kristján Valur Jónsson Date: Sat, 23 Mar 2013 10:56:16 +0000 (-0700) Subject: Issue #17522: Minor documentation fix X-Git-Tag: v3.4.0a1~1109^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34870c4142b9bc6395be1446deebeb6cd1718d24;p=python Issue #17522: Minor documentation fix --- diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst index 377724c623..6f847d94e1 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.