From: Fred Drake Date: Mon, 13 Apr 1998 16:27:27 +0000 (+0000) Subject: Add a note that pickling is supported. X-Git-Tag: v1.5.1~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4f1ca1967ef15c3a9491dd672d0e79603550dba;p=python Add a note that pickling is supported. --- diff --git a/Doc/lib/libparser.tex b/Doc/lib/libparser.tex index 434786bf78..a27c5621ae 100644 --- a/Doc/lib/libparser.tex +++ b/Doc/lib/libparser.tex @@ -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()}, diff --git a/Doc/libparser.tex b/Doc/libparser.tex index 434786bf78..a27c5621ae 100644 --- a/Doc/libparser.tex +++ b/Doc/libparser.tex @@ -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()},