File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ \chapter{Python Services}
1212\item [types]
1313--- Names for all built-in types.
1414
15- \item [UserDict, UserList]
15+ \item [UserDict]
16+ \item [UserList]
1617--- Class wrappers for dictionary and list objects.
1718
1819\item [operator]
@@ -47,6 +48,12 @@ \chapter{Python Services}
4748--- Retrieve and submit parse trees from and to the runtime support
4849environment.
4950
51+ \item [symbol]
52+ --- Constants representing internal nodes of the parse tree.
53+
54+ \item [token]
55+ --- Constants representing terminal nodes of the parse tree.
56+
5057\item [keyword]
5158--- Test whether a string is a keyword in the Python language.
5259
Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ \chapter{Python Services}
1212\item [types]
1313--- Names for all built-in types.
1414
15- \item [UserDict, UserList]
15+ \item [UserDict]
16+ \item [UserList]
1617--- Class wrappers for dictionary and list objects.
1718
1819\item [operator]
@@ -47,6 +48,12 @@ \chapter{Python Services}
4748--- Retrieve and submit parse trees from and to the runtime support
4849environment.
4950
51+ \item [symbol]
52+ --- Constants representing internal nodes of the parse tree.
53+
54+ \item [token]
55+ --- Constants representing terminal nodes of the parse tree.
56+
5057\item [keyword]
5158--- Test whether a string is a keyword in the Python language.
5259
You can’t perform that action at this time.
0 commit comments