summaryrefslogtreecommitdiffstats
path: root/Tools/faqwiz
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-05-26 06:11:35 (GMT)
committerGuido van Rossum <guido@python.org>1997-05-26 06:11:35 (GMT)
commit46a160f6de63cd5d3851a4e225fec1572932e578 (patch)
tree9d6963ec6b0fb621f3d1c88dc5ac8e07af76b366 /Tools/faqwiz
parent72fdef07d3e81248a8276a23ba458804c742cad7 (diff)
downloadcpython-46a160f6de63cd5d3851a4e225fec1572932e578.zip
cpython-46a160f6de63cd5d3851a4e225fec1572932e578.tar.gz
cpython-46a160f6de63cd5d3851a4e225fec1572932e578.tar.bz2
Initial revision
Diffstat (limited to 'Tools/faqwiz')
-rw-r--r--Tools/faqwiz/faqcust.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/Tools/faqwiz/faqcust.py b/Tools/faqwiz/faqcust.py
new file mode 100644
index 0000000..bc6ebea
--- /dev/null
+++ b/Tools/faqwiz/faqcust.py
@@ -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",
+}