commit | 7d28b73ec13b3d142b8cffd4739a1486cac4723a | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Thu May 02 21:17:00 2002 +0000 |
committer | Fred Drake <fdrake@acm.org> | Thu May 02 21:17:00 2002 +0000 |
tree | e68f6b324161a59f68a32a4f18e98d7049944cd2 | |
parent | 77c18951fb66c19e185a24ddce97af6080bb4e4f [diff] [blame] |
Added note about using the documentation build tools under Cygwin.
diff --git a/Misc/NEWS b/Misc/NEWS index 3d55574..50708d2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -177,6 +177,9 @@ 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