File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -275,6 +275,8 @@ \subsection{AST Objects}
275275first argument may change to object methods in the future.
276276
277277Ordered and equality comparisons are supported between AST objects.
278+ Pickling of AST objects (using the \module {pickle} module) is also
279+ supported.
278280
279281\begin {datadesc }{ASTType}
280282The type of the objects returned by \function {expr()},
Original file line number Diff line number Diff line change @@ -275,6 +275,8 @@ \subsection{AST Objects}
275275first argument may change to object methods in the future.
276276
277277Ordered and equality comparisons are supported between AST objects.
278+ Pickling of AST objects (using the \module {pickle} module) is also
279+ supported.
278280
279281\begin {datadesc }{ASTType}
280282The type of the objects returned by \function {expr()},
You can’t perform that action at this time.
0 commit comments