From: Fred Drake Date: Thu, 2 May 2002 21:17:00 +0000 (+0000) Subject: Added note about using the documentation build tools under Cygwin. X-Git-Tag: v2.3c1~5732 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d28b73ec13b3d142b8cffd4739a1486cac4723a;p=python Added note about using the documentation build tools under Cygwin. --- diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index d48d93aa5c..3e9559625b 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -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} diff --git a/Misc/NEWS b/Misc/NEWS index 3d55574561..50708d2b69 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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