diff options
author | Guido van Rossum <guido@python.org> | 1997-11-21 16:37:54 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-11-21 16:37:54 (GMT) |
commit | 2aa78efab10e7a26945e0d73b38b4080ccbe3a7d (patch) | |
tree | cb41d6ad01ac17863c350a8da2531ace170f63a1 /Tools | |
parent | 0d2d759d8c7dee8317cf02ae90d18613629004dd (diff) | |
download | cpython-2aa78efab10e7a26945e0d73b38b4080ccbe3a7d.zip cpython-2aa78efab10e7a26945e0d73b38b4080ccbe3a7d.tar.gz cpython-2aa78efab10e7a26945e0d73b38b4080ccbe3a7d.tar.bz2 |
Add a pointer back to the wizard in the "compat" output.
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/faqwiz/faqconf.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Tools/faqwiz/faqconf.py b/Tools/faqwiz/faqconf.py index 81d933f..d282589 100644 --- a/Tools/faqwiz/faqconf.py +++ b/Tools/faqwiz/faqconf.py @@ -46,7 +46,7 @@ entries marked with * were changed within the last 7 days.) # Version -- don't change unless you edit faqwiz.py -WIZVERSION = "0.8.1" # FAQ Wizard version +WIZVERSION = "0.8.2" # FAQ Wizard version # This parameter is normally overwritten with a dynamic value @@ -311,6 +311,8 @@ LAST_CHANGED = "Last changed on %c %Z" # "Compat" command prologue (this has no <BODY> tag) COMPAT = """ <H1>The whole %(FAQNAME)s</H1> +See also the <A HREF="%(FAQCGI)s?req=home">%(FAQNAME)s Wizard</A>. +<P> """ # Editing |