(original) (raw)

diff -r 775158408ecb Doc/c-api/veryhigh.rst --- a/Doc/c-api/veryhigh.rst Sat Aug 27 09:42:40 2016 -0700 +++ b/Doc/c-api/veryhigh.rst Sun Aug 28 03:36:36 2016 +0800 @@ -288,7 +288,7 @@ .. 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