File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ FAQ Wizard
22----------
33
44Author: Guido van Rossum <
[email protected] >
5- Version: 0.9 .0
6- Date: 21 December 1997
5+ Version: 1 .0
6+ Date: 6 April 1998
77
88
99This is a CGI program that maintains a user-editable FAQ. It uses RCS
@@ -26,6 +26,9 @@ faqcust.py additional local customization module (optional)
2626What's New?
2727-----------
2828
29+ Version 1.0 corrects some minor bugs and uses tab-agnostic
30+ indentation; it is otherwise unchanged from version 0.9.0.
31+
2932Version 0.9.0 uses the re module (Perl style regular expressions) for
3033all its regular expression needs, instead of the regex and regsub
3134modules (Emacs style). This affects the syntax for regular
Original file line number Diff line number Diff line change 4949
5050# Version -- don't change unless you edit faqwiz.py
5151
52- WIZVERSION = "0.9 .0" # FAQ Wizard version
52+ WIZVERSION = "1 .0" # FAQ Wizard version
5353
5454# This parameter is normally overwritten with a dynamic value
5555
You can’t perform that action at this time.
0 commit comments