mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Add a note that pickling is supported.
This commit is contained in:
parent
43f8f9b894
commit
c4f1ca1967
2 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue