mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
Version 1.0 is official!
This commit is contained in:
parent
72dc60ca92
commit
36dfbcf323
2 changed files with 6 additions and 3 deletions
|
@ -2,8 +2,8 @@ FAQ Wizard
|
||||||
----------
|
----------
|
||||||
|
|
||||||
Author: Guido van Rossum <guido@python.org>
|
Author: Guido van Rossum <guido@python.org>
|
||||||
Version: 0.9.0
|
Version: 1.0
|
||||||
Date: 21 December 1997
|
Date: 6 April 1998
|
||||||
|
|
||||||
|
|
||||||
This is a CGI program that maintains a user-editable FAQ. It uses RCS
|
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?
|
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
|
Version 0.9.0 uses the re module (Perl style regular expressions) for
|
||||||
all its regular expression needs, instead of the regex and regsub
|
all its regular expression needs, instead of the regex and regsub
|
||||||
modules (Emacs style). This affects the syntax for regular
|
modules (Emacs style). This affects the syntax for regular
|
||||||
|
|
|
@ -49,7 +49,7 @@ entries marked with * were changed within the last 7 days.)
|
||||||
|
|
||||||
# Version -- don't change unless you edit faqwiz.py
|
# 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
|
# This parameter is normally overwritten with a dynamic value
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue