diff options
author | Fred Drake <fdrake@acm.org> | 2002-05-02 21:17:00 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-05-02 21:17:00 (GMT) |
commit | 7d28b73ec13b3d142b8cffd4739a1486cac4723a (patch) | |
tree | e68f6b324161a59f68a32a4f18e98d7049944cd2 | |
parent | 77c18951fb66c19e185a24ddce97af6080bb4e4f (diff) | |
download | cpython-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.tex | 2 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
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} @@ -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 |