This commit is contained in:
Benjamin Peterson 2014-12-24 10:51:10 -06:00
commit 7a120ecdf4
1 changed files with 3 additions and 0 deletions

View File

@ -251,6 +251,9 @@ Process-wide parameters
Use :c:func:`Py_DecodeLocale` to decode a bytes string to get a
:c:type:`wchar_*` string.
The path argument is copied internally, so the caller may free it after the
call completes.
.. c:function:: const char* Py_GetVersion()