Skip to content

Commit c14190d

Browse files
author
Victor Stinner
committed
Add versionadded tag to PyModule_GetFilenameObject() doc
1 parent d91df1a commit c14190d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Doc/c-api/module.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ There are only a few functions special to module objects.
8383
unicode string, raise :exc:`SystemError` and return *NULL*; otherwise return
8484
a reference to a :ctype:`PyUnicodeObject`.
8585

86+
.. versionadded:: 3.2
87+
8688

8789
.. cfunction:: void* PyModule_GetState(PyObject *module)
8890

0 commit comments

Comments
 (0)