diff options
| author | Georg Brandl <georg@python.org> | 2009-05-05 09:29:50 +0000 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2009-05-05 09:29:50 +0000 |
| commit | 705d9d5c41578e2b8755b4333f8c93d04554c5aa (patch) | |
| tree | 17665157f8b4705a0af74a4c4902402a3ebd283f /Doc/c-api/init.rst | |
| parent | b0f79c8da1db0d7aa44e3465f98508b89532f677 (diff) | |
| download | cpython-git-705d9d5c41578e2b8755b4333f8c93d04554c5aa.tar.gz | |
2.7 -> 3.1 versionchanges.
Diffstat (limited to 'Doc/c-api/init.rst')
| -rw-r--r-- | Doc/c-api/init.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst index ab4734fc6c..299af7f338 100644 --- a/Doc/c-api/init.rst +++ b/Doc/c-api/init.rst @@ -824,8 +824,7 @@ perform any Python API calls. other system thread. If it is a Python thread, it doesn't matter if it holds the global interpreter lock or not. - .. versionadded:: 2.7 - + .. versionadded:: 3.1 .. _profiling: |
