Add a note that pickling is supported.

This commit is contained in:
Fred Drake 1998-04-13 16:27:27 +00:00
parent 43f8f9b894
commit c4f1ca1967
2 changed files with 4 additions and 0 deletions

View File

@ -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()},

View File

@ -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()},