]> granicus.if.org Git - python/commitdiff
Add a note that pickling is supported.
authorFred Drake <fdrake@acm.org>
Mon, 13 Apr 1998 16:27:27 +0000 (16:27 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 13 Apr 1998 16:27:27 +0000 (16:27 +0000)
Doc/lib/libparser.tex
Doc/libparser.tex

index 434786bf78f7d171c1b9a0a1e9dfcce858f75c78..a27c5621ae8f812dd75cde9b9d0e1a1aa573a1b6 100644 (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.
 
 Ordered and equality comparisons are supported between AST objects.
+Pickling of AST objects (using the \module{pickle} module) is also
+supported.
 
 \begin{datadesc}{ASTType}
 The type of the objects returned by \function{expr()},
index 434786bf78f7d171c1b9a0a1e9dfcce858f75c78..a27c5621ae8f812dd75cde9b9d0e1a1aa573a1b6 100644 (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.
 
 Ordered and equality comparisons are supported between AST objects.
+Pickling of AST objects (using the \module{pickle} module) is also
+supported.
 
 \begin{datadesc}{ASTType}
 The type of the objects returned by \function{expr()},