diff options
author | Kristján Valur Jónsson <sweskman@gmail.com> | 2013-03-23 10:56:16 (GMT) |
---|---|---|
committer | Kristján Valur Jónsson <sweskman@gmail.com> | 2013-03-23 10:56:16 (GMT) |
commit | 34870c4142b9bc6395be1446deebeb6cd1718d24 (patch) | |
tree | 3a5c8dd3c582a882b899bd36ec65da5a2ddd950f /Doc | |
parent | 684cd0e64311faafba989457e28fbf2e84faa62e (diff) | |
download | cpython-34870c4142b9bc6395be1446deebeb6cd1718d24.zip cpython-34870c4142b9bc6395be1446deebeb6cd1718d24.tar.gz cpython-34870c4142b9bc6395be1446deebeb6cd1718d24.tar.bz2 |
Issue #17522: Minor documentation fix
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/c-api/init.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst index 377724c..6f847d9 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. |