Issue #17522: Minor documentation fix

This commit is contained in:
Kristján Valur Jónsson 2013-03-23 03:56:16 -07:00
parent 684cd0e643
commit 34870c4142

View file

@ -665,6 +665,8 @@ with sub-interpreters:
knowing that the GIL is locked can allow the caller to perform sensitive knowing that the GIL is locked can allow the caller to perform sensitive
actions or otherwise behave differently. actions or otherwise behave differently.
.. versionadded:: 3.4
The following macros are normally used without a trailing semicolon; look for The following macros are normally used without a trailing semicolon; look for
example usage in the Python source distribution. example usage in the Python source distribution.