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 /Misc | |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |