From: Vinay Sajip Date: Thu, 25 Aug 2016 14:13:24 +0000 (+0100) Subject: Issue #23746: Clarified is_python_build() documentation. X-Git-Tag: v3.6.0b1~548^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37cac76100bb1e214865befd4a8f626f746e0248;p=thirdparty%2FPython%2Fcpython.git Issue #23746: Clarified is_python_build() documentation. --- diff --git a/Doc/library/sysconfig.rst b/Doc/library/sysconfig.rst index c51567a81a41..6ba094d66725 100644 --- a/Doc/library/sysconfig.rst +++ b/Doc/library/sysconfig.rst @@ -204,7 +204,9 @@ Other functions .. function:: is_python_build() - Return ``True`` if the current Python installation was built from source. + Return ``True`` if the running Python interpreter was built from source and + is being run from its built location, and not from a location resulting from + e.g. running ``make install`` or installing via a binary installer. .. function:: parse_config_h(fp[, vars])