summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-04-13 16:27:27 (GMT)
committerFred Drake <fdrake@acm.org>1998-04-13 16:27:27 (GMT)
commitc4f1ca1967ef15c3a9491dd672d0e79603550dba (patch)
tree23a606c477d5e99a8f2d04bba474e187524387b9
parent43f8f9b894d7aac9ae92ad79023e95b8d6588074 (diff)
downloadcpython-c4f1ca1967ef15c3a9491dd672d0e79603550dba.zip
cpython-c4f1ca1967ef15c3a9491dd672d0e79603550dba.tar.gz
cpython-c4f1ca1967ef15c3a9491dd672d0e79603550dba.tar.bz2
Add a note that pickling is supported.
-rw-r--r--Doc/lib/libparser.tex2
-rw-r--r--Doc/libparser.tex2
2 files changed, 4 insertions, 0 deletions
diff --git a/Doc/lib/libparser.tex b/Doc/lib/libparser.tex
index 434786b..a27c562 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 434786b..a27c562 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()},