summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-05-02 21:17:00 (GMT)
committerFred Drake <fdrake@acm.org>2002-05-02 21:17:00 (GMT)
commit7d28b73ec13b3d142b8cffd4739a1486cac4723a (patch)
treee68f6b324161a59f68a32a4f18e98d7049944cd2
parent77c18951fb66c19e185a24ddce97af6080bb4e4f (diff)
downloadcpython-7d28b73ec13b3d142b8cffd4739a1486cac4723a.zip
cpython-7d28b73ec13b3d142b8cffd4739a1486cac4723a.tar.gz
cpython-7d28b73ec13b3d142b8cffd4739a1486cac4723a.tar.bz2
Added note about using the documentation build tools under Cygwin.
-rw-r--r--Doc/whatsnew/whatsnew23.tex2
-rw-r--r--Misc/NEWS3
2 files changed, 5 insertions, 0 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex
index d48d93a..3e95596 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 3d55574..50708d2 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