diff options
author | Guido van Rossum <guido@python.org> | 1998-04-08 21:37:13 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-04-08 21:37:13 +0000 |
commit | 685fe839a975312f6f4802999dee30f2e629e371 (patch) | |
tree | c29b8988c324c16681030c6559d0927d2afbfde5 /Tools/faqwiz | |
parent | 3f3c25fc03cdeb60ed45f4e0b8e6f78292b67cf8 (diff) | |
download | cpython-git-685fe839a975312f6f4802999dee30f2e629e371.tar.gz |
This really needs python 1.5 now...
Diffstat (limited to 'Tools/faqwiz')
-rw-r--r-- | Tools/faqwiz/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/faqwiz/README b/Tools/faqwiz/README index 059d1e7f66..b29fcb020f 100644 --- a/Tools/faqwiz/README +++ b/Tools/faqwiz/README @@ -40,7 +40,7 @@ Setup Information ----------------- This assumes you are familiar with Python, with your http server, and -with running CGI scripts under your http server. You need Python 1.4 +with running CGI scripts under your http server. You need Python 1.5 or better. Select a place where the Python modules that constitute the FAQ wizard |