diff options
author | Guido van Rossum <guido@python.org> | 1997-12-21 07:05:32 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-12-21 07:05:32 (GMT) |
commit | 80e57fb21b76fb3aa78c327d2d8381b5014d5642 (patch) | |
tree | f34389aa704bdbe07f500866bab8f166ebb992ea /Tools/faqwiz/README | |
parent | 9897f0f847b1107f897862602531d5f78112d7fb (diff) | |
download | cpython-80e57fb21b76fb3aa78c327d2d8381b5014d5642.zip cpython-80e57fb21b76fb3aa78c327d2d8381b5014d5642.tar.gz cpython-80e57fb21b76fb3aa78c327d2d8381b5014d5642.tar.bz2 |
Converted to use re instead of regex; version 0.9.0.
Diffstat (limited to 'Tools/faqwiz/README')
-rw-r--r-- | Tools/faqwiz/README | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/Tools/faqwiz/README b/Tools/faqwiz/README index aca785e..c76077f 100644 --- a/Tools/faqwiz/README +++ b/Tools/faqwiz/README @@ -2,8 +2,8 @@ FAQ Wizard ---------- Author: Guido van Rossum <guido@python.org> -Version: 0.8.4 -Date: 16 December 1997 +Version: 0.9.0 +Date: 21 December 1997 This is a CGI program that maintains a user-editable FAQ. It uses RCS @@ -22,6 +22,17 @@ faqwiz.py main module, lives in same directory as FAQ entry files faqconf.py main configuration module faqcust.py additional local customization module (optional) + +What's New? +----------- + +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 +expressions entered by the user as search strings (with "regular +expression" checked), hence the version number jump. + + Setup Information ----------------- @@ -76,6 +87,7 @@ file faq01.001.htp,v in the RCS subdirectory. You can now exercise the other FAQ wizard features (search, index, whole FAQ, what's new, roulette, and so on). + Maintaining Multiple FAQs ------------------------- |