diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-09-28 16:35:55 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-09-28 16:35:55 (GMT) |
commit | db83f72a7fb3d3c23460ee1d5feb905765ddef5a (patch) | |
tree | 692a9cb95815ce9185d7fb99242d2117f8ad8094 /Doc/c-api | |
parent | 408b78c06f73ad2546e6fcb93e6dcef7d248f4a1 (diff) | |
parent | ab39b0995870d1ecb8efbc8c42ffebf615da400b (diff) | |
download | cpython-db83f72a7fb3d3c23460ee1d5feb905765ddef5a.zip cpython-db83f72a7fb3d3c23460ee1d5feb905765ddef5a.tar.gz cpython-db83f72a7fb3d3c23460ee1d5feb905765ddef5a.tar.bz2 |
Issue #27740: Merge from 3.5
Diffstat (limited to 'Doc/c-api')
-rw-r--r-- | Doc/c-api/veryhigh.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/veryhigh.rst b/Doc/c-api/veryhigh.rst index e9c9377..d0ceb05 100644 --- a/Doc/c-api/veryhigh.rst +++ b/Doc/c-api/veryhigh.rst @@ -288,7 +288,7 @@ the same library that the Python runtime is using. .. c:function:: PyObject* Py_CompileStringExFlags(const char *str, const char *filename, int start, PyCompilerFlags *flags, int optimize) - Like :c:func:`Py_CompileStringExFlags`, but *filename* is a byte string + Like :c:func:`Py_CompileStringObject`, but *filename* is a byte string decoded from the filesystem encoding (:func:`os.fsdecode`). .. versionadded:: 3.2 |