diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-12-24 16:51:10 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-12-24 16:51:10 (GMT) |
commit | 7a120ecdf4aedd6a8514edab01ff8de3930c977b (patch) | |
tree | 566ee1b12f91ccd6ae26eeeb39db3f0c045bfb87 /Doc/c-api/init.rst | |
parent | e4db76967d7fb0ec0f5a98a9603ca5563f4a8320 (diff) | |
parent | b33bb89b1ad69976898d05949721a06ce7287b2c (diff) | |
download | cpython-7a120ecdf4aedd6a8514edab01ff8de3930c977b.zip cpython-7a120ecdf4aedd6a8514edab01ff8de3930c977b.tar.gz cpython-7a120ecdf4aedd6a8514edab01ff8de3930c977b.tar.bz2 |
merge 3.4 (#23110)
Diffstat (limited to 'Doc/c-api/init.rst')
-rw-r--r-- | Doc/c-api/init.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst index eda2141..5caa81e 100644 --- a/Doc/c-api/init.rst +++ b/Doc/c-api/init.rst @@ -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() |