]> granicus.if.org Git - python/commitdiff
Add versionadded tag to PyModule_GetFilenameObject() doc
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 18 Aug 2010 10:57:33 +0000 (10:57 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 18 Aug 2010 10:57:33 +0000 (10:57 +0000)
Doc/c-api/module.rst

index 40acc4e424c3c4edc664e80802d267618bfd5475..9e1af09906ed14928ae227551dd195cb6aeb06ad 100644 (file)
@@ -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)