From 7d28b73ec13b3d142b8cffd4739a1486cac4723a Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 2 May 2002 21:17:00 +0000 Subject: [PATCH] Added note about using the documentation build tools under Cygwin. --- Doc/whatsnew/whatsnew23.tex | 2 ++ Misc/NEWS | 3 +++ 2 files changed, 5 insertions(+) diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index d48d93aa5c6..3e9559625b5 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 3d55574561e..50708d2b699 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