Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bf4d00 commit 9115eb5Copy full SHA for 9115eb5
1 file changed
Tools/faqwiz/faqcust.py
@@ -9,3 +9,15 @@
9
6: "Python's design",
10
7: "Using Python on non-UNIX platforms",
11
}
12
+
13
+EPILOGUE = '''
14
+<HR>
15
+<A HREF="%(HOMEURL)s">%(HOMENAME)s</A> /
16
+<A HREF="%(FAQCGI)s?req=home">%(FAQNAME)s Wizard %(WIZVERSION)s</A> /
17
+Feedback to <A HREF="mailto:%(OWNEREMAIL)s">%(OWNERNAME)s</A>
18
+<P><A HREF="http://www.python.org/"><IMG
19
+SRC="http://www.python.org/pics/PythonPowered1.gif"
20
+ALIGN=top WIDTH=100 HEIGHT=40 ALT="Python Powered" BORDER=0></A><BR>
21
+</BODY>
22
+</HTML>
23
+'''
0 commit comments