Add versionadded tag to PyModule_GetFilenameObject() doc

This commit is contained in:
Victor Stinner 2010-08-18 10:57:33 +00:00
parent d91df1a7a9
commit c14190dc5b

View 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)