From: Guido van Rossum Date: Fri, 21 Nov 1997 16:37:54 +0000 (+0000) Subject: Add a pointer back to the wizard in the "compat" output. X-Git-Tag: v1.5b1~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2aa78efab10e7a26945e0d73b38b4080ccbe3a7d;p=python Add a pointer back to the wizard in the "compat" output. --- diff --git a/Tools/faqwiz/faqconf.py b/Tools/faqwiz/faqconf.py index 81d933f259..d282589b48 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 tag) COMPAT = """

The whole %(FAQNAME)s

+See also the %(FAQNAME)s Wizard. +

""" # Editing