mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Add versionadded tag to PyModule_GetFilenameObject() doc
This commit is contained in:
parent
d91df1a7a9
commit
c14190dc5b
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue