diff options
author | Fred Drake <fdrake@acm.org> | 1999-01-29 22:35:23 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-01-29 22:35:23 (GMT) |
commit | 7281b3b77925dcb445413fbcf906b2f94eeabc59 (patch) | |
tree | 8f9b1388e832d3c3a6e8800d1a8f501317614bfe /Doc/tools/sgmlconv | |
parent | 9787bea4cd58b31896e643fc16b7430af5b099e8 (diff) | |
download | cpython-7281b3b77925dcb445413fbcf906b2f94eeabc59.zip cpython-7281b3b77925dcb445413fbcf906b2f94eeabc59.tar.gz cpython-7281b3b77925dcb445413fbcf906b2f94eeabc59.tar.bz2 |
Updated comments on version of XML package needed.
Diffstat (limited to 'Doc/tools/sgmlconv')
-rw-r--r-- | Doc/tools/sgmlconv/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/tools/sgmlconv/README b/Doc/tools/sgmlconv/README index 5351da1..f41218e 100644 --- a/Doc/tools/sgmlconv/README +++ b/Doc/tools/sgmlconv/README @@ -3,7 +3,8 @@ documentation in LaTeX format to SGML. XML is also supported as a target, but is unlikely to be used. This material is preliminary and incomplete. The XML omnibus package -developed by the Python XML-SIG is required. See +developed by the Python XML-SIG is required; specifically, the version +available in the public CVS repository. See http://www.python.org/sigs/xml-sig/ for more information on the package. |