summaryrefslogtreecommitdiff
path: root/Doc/c-api/module.rst
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-08-18 10:57:33 +0000
committerVictor Stinner <victor.stinner@haypocalc.com>2010-08-18 10:57:33 +0000
commitb2849bddd9bfe454cb21396bfc32eaa4c1d109b6 (patch)
treeb34792f1caaea063b8f4810b64c0e4d55c6c35f4 /Doc/c-api/module.rst
parent0e4301f0110b59eb0cbc0ad3fe00fcdea07465f2 (diff)
downloadcpython-b2849bddd9bfe454cb21396bfc32eaa4c1d109b6.tar.gz
Add versionadded tag to PyModule_GetFilenameObject() doc
Diffstat (limited to 'Doc/c-api/module.rst')
-rw-r--r--Doc/c-api/module.rst2
1 files changed, 2 insertions, 0 deletions
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)