mirror of https://github.com/python/cpython
Added note about using the documentation build tools under Cygwin.
This commit is contained in:
parent
77c18951fb
commit
7d28b73ec1
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue