summaryrefslogtreecommitdiffstats
path: root/Misc
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 /Misc
parent77c18951fb66c19e185a24ddce97af6080bb4e4f (diff)
downloadcpython-7d28b73ec13b3d142b8cffd4739a1486cac4723a.zip
cpython-7d28b73ec13b3d142b8cffd4739a1486cac4723a.tar.gz
cpython-7d28b73ec13b3d142b8cffd4739a1486cac4723a.tar.bz2
Added note about using the documentation build tools under Cygwin.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
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