Add a note that pickling is supported.
This commit is contained in:
parent
43f8f9b894
commit
c4f1ca1967
|
@ -275,6 +275,8 @@ Some of the functions defined which accept an AST object as their
|
||||||
first argument may change to object methods in the future.
|
first argument may change to object methods in the future.
|
||||||
|
|
||||||
Ordered and equality comparisons are supported between AST objects.
|
Ordered and equality comparisons are supported between AST objects.
|
||||||
|
Pickling of AST objects (using the \module{pickle} module) is also
|
||||||
|
supported.
|
||||||
|
|
||||||
\begin{datadesc}{ASTType}
|
\begin{datadesc}{ASTType}
|
||||||
The type of the objects returned by \function{expr()},
|
The type of the objects returned by \function{expr()},
|
||||||
|
|
|
@ -275,6 +275,8 @@ Some of the functions defined which accept an AST object as their
|
||||||
first argument may change to object methods in the future.
|
first argument may change to object methods in the future.
|
||||||
|
|
||||||
Ordered and equality comparisons are supported between AST objects.
|
Ordered and equality comparisons are supported between AST objects.
|
||||||
|
Pickling of AST objects (using the \module{pickle} module) is also
|
||||||
|
supported.
|
||||||
|
|
||||||
\begin{datadesc}{ASTType}
|
\begin{datadesc}{ASTType}
|
||||||
The type of the objects returned by \function{expr()},
|
The type of the objects returned by \function{expr()},
|
||||||
|
|
Loading…
Reference in New Issue