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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9115eb522e1227c3b31483a4bcf4cdfb4d63ec8a;p=thirdparty%2FPython%2Fcpython.git Added a variant of the epilogue that has the PythonPowered logo. --- diff --git a/Tools/faqwiz/faqcust.py b/Tools/faqwiz/faqcust.py index 51c33832eafa..302d5ab04321 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
+ + +'''