From: Victor Stinner Date: Wed, 18 Aug 2010 10:57:33 +0000 (+0000) Subject: Add versionadded tag to PyModule_GetFilenameObject() doc X-Git-Tag: v3.2a2~231 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c14190dc5b24716db1474a4c34618098331ce937;p=python Add versionadded tag to PyModule_GetFilenameObject() doc --- diff --git a/Doc/c-api/module.rst b/Doc/c-api/module.rst index 40acc4e424..9e1af09906 100644 --- a/Doc/c-api/module.rst +++ b/Doc/c-api/module.rst @@ -83,6 +83,8 @@ There are only a few functions special to module objects. unicode string, raise :exc:`SystemError` and return *NULL*; otherwise return a reference to a :ctype:`PyUnicodeObject`. + .. versionadded:: 3.2 + .. cfunction:: void* PyModule_GetState(PyObject *module)