cpython/Tools/faqwiz/faqcust.py

12 lines
320 B
Python
Raw Normal View History

1997-05-26 06:11:35 +00:00
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",
}