blob: 51c33832eafa8874cc0076a9c973968b75da4f71 [file] [log] [blame]
Guido van Rossumb1d8a251997-05-26 06:14:02 +00001SHORTNAME = "Python"
Guido van Rossum46a160f1997-05-26 06:11:35 +00002PASSWORD = "Spam"
3SECTION_TITLES = {
4 1: "General information and availability",
5 2: "Python in the real world",
6 3: "Building Python and Other Known Bugs",
7 4: "Programming in Python",
8 5: "Extending Python",
9 6: "Python's design",
10 7: "Using Python on non-UNIX platforms",
11}