[Python-checkins] cpython (merge 3.5 -> 3.6): Issue #27740: Merge from 3.5

berker.peksag python-checkins at python.org
Wed Sep 28 12:34:31 EDT 2016


https://hg.python.org/cpython/rev/2ee939b314a2
changeset:   104136:2ee939b314a2
branch:      3.6
parent:      104133:e53984b87cf0
parent:      104135:ee76e84f115f
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Wed Sep 28 19:35:55 2016 +0300
summary:
  Issue #27740: Merge from 3.5

files:
  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
--- a/Doc/c-api/veryhigh.rst
+++ b/Doc/c-api/veryhigh.rst
@@ -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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list