Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.

This commit is contained in:
Martin v. Löwis 2001-07-26 13:41:06 +00:00
parent 4eb5940a4d
commit 4f1cd8bdcb
31 changed files with 320 additions and 320 deletions

View file

@ -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}