[Python-checkins] python/nondist/peps pep2html.py,1.43,1.44

goodger@users.sourceforge.net goodger@users.sourceforge.net
Wed, 11 Sep 2002 19:31:40 -0700


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv2645

Modified Files:
	pep2html.py 
Log Message:
updated to warn if the installed Docutils is not up to date


Index: pep2html.py
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep2html.py,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** pep2html.py	30 Aug 2002 04:30:40 -0000	1.43
--- pep2html.py	12 Sep 2002 02:31:38 -0000	1.44
***************
*** 42,46 ****
  
  REQUIRES = {'python': '2.2',
!             'docutils': '0.2.1'}
  PROGRAM = sys.argv[0]
  RFCURL = 'http://www.faqs.org/rfcs/rfc%d.html'
--- 42,46 ----
  
  REQUIRES = {'python': '2.2',
!             'docutils': '0.2.3'}
  PROGRAM = sys.argv[0]
  RFCURL = 'http://www.faqs.org/rfcs/rfc%d.html'