Initial revision

This commit is contained in:
Guido van Rossum 1997-05-26 06:11:35 +00:00
parent 72fdef07d3
commit 46a160f6de

11
Tools/faqwiz/faqcust.py Normal file
View file

@ -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",
}