[Python-checkins] cpython: Issue #17522: Minor documentation fix

kristjan.jonsson python-checkins at python.org
Sat Mar 23 11:56:49 CET 2013


http://hg.python.org/cpython/rev/772d57aac162
changeset:   82890:772d57aac162
user:        Kristján Valur Jónsson <sweskman at gmail.com>
date:        Sat Mar 23 03:56:16 2013 -0700
summary:
  Issue #17522: Minor documentation fix

files:
  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
--- a/Doc/c-api/init.rst
+++ b/Doc/c-api/init.rst
@@ -665,6 +665,8 @@
    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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list