Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 46a160f

Browse files
committed
Initial revision
1 parent 72fdef0 commit 46a160f

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Tools/faqwiz/faqcust.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
SHORTNAME = "Generic"
2+
PASSWORD = "Spam"
3+
SECTION_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+
}

0 commit comments

Comments
 (0)