mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Initial revision
This commit is contained in:
parent
72fdef07d3
commit
46a160f6de
1 changed files with 11 additions and 0 deletions
11
Tools/faqwiz/faqcust.py
Normal file
11
Tools/faqwiz/faqcust.py
Normal 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",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue