summaryrefslogtreecommitdiffstats
path: root/Tools/faqwiz/faqcust.py
blob: 51c33832eafa8874cc0076a9c973968b75da4f71 (plain)
1
2
3
4
5
6
7
8
9
10
11
SHORTNAME = "Python"
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",
}