mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
parent
4eb5940a4d
commit
4f1cd8bdcb
31 changed files with 320 additions and 320 deletions
|
@ -140,7 +140,7 @@ Raised when an \keyword{assert} statement fails.
|
|||
always defined, but can only be raised when Python is configured
|
||||
with the \longprogramopt{with-fpectl} option, or the
|
||||
\constant{WANT_SIGFPE_HANDLER} symbol is defined in the
|
||||
\file{config.h} file.
|
||||
\file{pyconfig.h} file.
|
||||
\end{excdesc}
|
||||
|
||||
\begin{excdesc}{IOError}
|
||||
|
|
|
@ -129,7 +129,7 @@ It is always available.
|
|||
also \code{'/usr/local'}. This can be set at build time with the
|
||||
\longprogramopt{exec-prefix} argument to the \program{configure}
|
||||
script. Specifically, all configuration files (e.g. the
|
||||
\file{config.h} header file) are installed in the directory
|
||||
\file{pyconfig.h} header file) are installed in the directory
|
||||
\code{exec_prefix + '/lib/python\var{version}/config'}, and shared
|
||||
library modules are installed in \code{exec_prefix +
|
||||
'/lib/python\var{version}/lib-dynload'}, where \var{version} is
|
||||
|
@ -298,7 +298,7 @@ else:
|
|||
the \longprogramopt{prefix} argument to the \program{configure}
|
||||
script. The main collection of Python library modules is installed
|
||||
in the directory \code{prefix + '/lib/python\var{version}'} while
|
||||
the platform independent header files (all except \file{config.h})
|
||||
the platform independent header files (all except \file{pyconfig.h})
|
||||
are stored in \code{prefix + '/include/python\var{version}'}, where
|
||||
\var{version} is equal to \code{version[:3]}.
|
||||
\end{datadesc}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue