Commit 37cac761 authored by Vinay Sajip's avatar Vinay Sajip

Issue #23746: Clarified is_python_build() documentation.

parent 1f8cc33f
......@@ -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])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment