summaryrefslogtreecommitdiff
path: root/Tools/faqwiz
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-04-06 14:25:36 +0000
committerGuido van Rossum <guido@python.org>1998-04-06 14:25:36 +0000
commit36dfbcf323314249eeeef051cdfc60c3850a5929 (patch)
tree3eaa58bae3c6ded85aeb23fa441a6ab889d9b0f4 /Tools/faqwiz
parent72dc60ca92be24b22e33a89fa3ed122d3cccbbed (diff)
downloadcpython-git-36dfbcf323314249eeeef051cdfc60c3850a5929.tar.gz
Version 1.0 is official!
Diffstat (limited to 'Tools/faqwiz')
-rw-r--r--Tools/faqwiz/README7
-rw-r--r--Tools/faqwiz/faqconf.py2
2 files changed, 6 insertions, 3 deletions
diff --git a/Tools/faqwiz/README b/Tools/faqwiz/README
index c76077fa97..059d1e7f66 100644
--- a/Tools/faqwiz/README
+++ b/Tools/faqwiz/README
@@ -2,8 +2,8 @@ FAQ Wizard
----------
Author: Guido van Rossum <guido@python.org>
-Version: 0.9.0
-Date: 21 December 1997
+Version: 1.0
+Date: 6 April 1998
This is a CGI program that maintains a user-editable FAQ. It uses RCS
@@ -26,6 +26,9 @@ faqcust.py additional local customization module (optional)
What's New?
-----------
+Version 1.0 corrects some minor bugs and uses tab-agnostic
+indentation; it is otherwise unchanged from version 0.9.0.
+
Version 0.9.0 uses the re module (Perl style regular expressions) for
all its regular expression needs, instead of the regex and regsub
modules (Emacs style). This affects the syntax for regular
diff --git a/Tools/faqwiz/faqconf.py b/Tools/faqwiz/faqconf.py
index 6479182519..7e43b1096d 100644
--- a/Tools/faqwiz/faqconf.py
+++ b/Tools/faqwiz/faqconf.py
@@ -49,7 +49,7 @@ entries marked with * were changed within the last 7 days.)
# Version -- don't change unless you edit faqwiz.py
-WIZVERSION = "0.9.0" # FAQ Wizard version
+WIZVERSION = "1.0" # FAQ Wizard version
# This parameter is normally overwritten with a dynamic value