]> granicus.if.org Git - python/commitdiff
Initial revision
authorGuido van Rossum <guido@python.org>
Mon, 26 May 1997 06:11:35 +0000 (06:11 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 26 May 1997 06:11:35 +0000 (06:11 +0000)
Tools/faqwiz/faqcust.py [new file with mode: 0644]

diff --git a/Tools/faqwiz/faqcust.py b/Tools/faqwiz/faqcust.py
new file mode 100644 (file)
index 0000000..bc6ebea
--- /dev/null
@@ -0,0 +1,11 @@
+SHORTNAME = "Generic"
+PASSWORD = "Spam"
+SECTION_TITLES = {
+    1: "General information and availability",
+    2: "Python in the real world",
+    3: "Building Python and Other Known Bugs",
+    4: "Programming in Python",
+    5: "Extending Python",
+    6: "Python's design",
+    7: "Using Python on non-UNIX platforms",
+}