diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2016-08-25 14:14:07 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2016-08-25 14:14:07 (GMT) |
commit | bb1085915298a588d495561e5bc22b81552ecb7e (patch) | |
tree | 3e104146ef3c2cfdf78829d6f9f72a74e180fe99 /Doc/library/sysconfig.rst | |
parent | 664759cf19497b65f4c8ece4dd194e1c2beb73f1 (diff) | |
parent | 37cac76100bb1e214865befd4a8f626f746e0248 (diff) | |
download | cpython-bb1085915298a588d495561e5bc22b81552ecb7e.zip cpython-bb1085915298a588d495561e5bc22b81552ecb7e.tar.gz cpython-bb1085915298a588d495561e5bc22b81552ecb7e.tar.bz2 |
Closes #23746: merged update from 3.5.
Diffstat (limited to 'Doc/library/sysconfig.rst')
-rw-r--r-- | Doc/library/sysconfig.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/library/sysconfig.rst b/Doc/library/sysconfig.rst index ab248e7..29177a3 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]) |