[Python-checkins] python/dist/src/Misc NEWS.help,1.4,1.5

jlgijsbers at users.sourceforge.net jlgijsbers at users.sourceforge.net
Mon Aug 30 16:33:28 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10920

Modified Files:
	NEWS.help 
Log Message:
Bug #1014775: update NEWS.help for changes in docutils.


Index: NEWS.help
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS.help,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- NEWS.help	3 Jan 2003 03:29:58 -0000	1.4
+++ NEWS.help	30 Aug 2004 14:33:25 -0000	1.5
@@ -11,12 +11,12 @@
 
     http://docutils.sf.net/docutils-snapshot.tgz
 
-Docutils works with Python 2.1 or newer (including 2.3).
+Docutils works with Python 2.2 or newer.
 
 To process NEWS into NEWS.html, first install Docutils, and then run
 this command:
 
-    python .../docutils/tools/html.py NEWS >NEWS.html
+    python .../docutils/tools/rst2html.py NEWS NEWS.html
 
 Here ".../docutils" is the directory into which the above snapshot was
 extracted.  (I hope this recipe will change for the better.)



More information about the Python-checkins mailing list