]> granicus.if.org Git - python/commitdiff
Issue #17522: Minor documentation fix
authorKristján Valur Jónsson <sweskman@gmail.com>
Sat, 23 Mar 2013 10:56:16 +0000 (03:56 -0700)
committerKristján Valur Jónsson <sweskman@gmail.com>
Sat, 23 Mar 2013 10:56:16 +0000 (03:56 -0700)
Doc/c-api/init.rst

index 377724c623e1383a8c5f5a06d411b04aa55e8e05..6f847d94e16a24fc032807c5de14e62cb6ba3be6 100644 (file)
@@ -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.