From: Guido van Rossum Date: Tue, 3 Jun 1997 22:04:10 +0000 (+0000) Subject: Added a variant of the epilogue that has the PythonPowered logo. X-Git-Tag: v1.5a3~358 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9115eb522e1227c3b31483a4bcf4cdfb4d63ec8a;p=python Added a variant of the epilogue that has the PythonPowered logo. --- diff --git a/Tools/faqwiz/faqcust.py b/Tools/faqwiz/faqcust.py index 51c33832ea..302d5ab043 100644 --- a/Tools/faqwiz/faqcust.py +++ b/Tools/faqwiz/faqcust.py @@ -9,3 +9,15 @@ SECTION_TITLES = { 6: "Python's design", 7: "Using Python on non-UNIX platforms", } + +EPILOGUE = ''' +
+%(HOMENAME)s / +%(FAQNAME)s Wizard %(WIZVERSION)s / +Feedback to %(OWNERNAME)s +

Python Powered
+ + +'''