summaryrefslogtreecommitdiff
path: root/Doc/c-api/init.rst
diff options
context:
space:
mode:
authorKristj?n Valur J?nsson <sweskman@gmail.com>2013-03-23 03:56:16 -0700
committerKristj?n Valur J?nsson <sweskman@gmail.com>2013-03-23 03:56:16 -0700
commit0716982ec709c85edefcc736ce2c30543269df4f (patch)
treed021bbbedb9b37f6b01e5484b38684374b8a4827 /Doc/c-api/init.rst
parent8dcde94c6068d7bb9c006091217617e2c11f75a9 (diff)
downloadcpython-0716982ec709c85edefcc736ce2c30543269df4f.tar.gz
Issue #17522: Minor documentation fix
Diffstat (limited to 'Doc/c-api/init.rst')
-rw-r--r--Doc/c-api/init.rst2
1 files changed, 2 insertions, 0 deletions
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.