Added note about using the documentation build tools under Cygwin.

This commit is contained in:
Fred Drake 2002-05-02 21:17:00 +00:00
parent 77c18951fb
commit 7d28b73ec1
2 changed files with 5 additions and 0 deletions

View File

@ -260,6 +260,8 @@ seconds instead of 57 seconds on my machine (with Py_DEBUG defined).
%======================================================================
\section{Other Changes and Fixes}
The tools used to build the documentation now work under Cygwin as
well as \UNIX.
% ======================================================================
\section{C Interface Changes}

View File

@ -177,6 +177,9 @@ Build
preprocessor symbols were eliminated. The internal decisions they
controlled stopped being experimental long ago.
- The tools used to build the documentation now work under Cygwin as
well as Unix.
C API
- PyNumber_Coerce() and PyNumber_CoerceEx() now also invoke the type's