updated to warn if the installed Docutils is not up to date

This commit is contained in:
David Goodger 2002-09-12 02:31:38 +00:00
parent 8f37ebc5a5
commit 38805e00d4
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ import random
import time
REQUIRES = {'python': '2.2',
'docutils': '0.2.1'}
'docutils': '0.2.3'}
PROGRAM = sys.argv[0]
RFCURL = 'http://www.faqs.org/rfcs/rfc%d.html'
PEPURL = 'pep-%04d.html'