]> granicus.if.org Git - python/commitdiff
Added note about using the documentation build tools under Cygwin.
authorFred Drake <fdrake@acm.org>
Thu, 2 May 2002 21:17:00 +0000 (21:17 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 2 May 2002 21:17:00 +0000 (21:17 +0000)
Doc/whatsnew/whatsnew23.tex
Misc/NEWS

index d48d93aa5c6caa49e7dc3e719ca38e7eaa7913ab..3e9559625b5fe29c029c17e32d738ab9f8b63672 100644 (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}
index 3d55574561eaa998f6435e9d6f65e6759e0eda1d..50708d2b699b60f09e4b84f1ce6663bb1957bbe4 100644 (file)
--- 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