summaryrefslogtreecommitdiffstats
path: root/Doc/library/pickletools.rst
diff options
context:
space:
mode:
authorAlexandre Vassalotti <alexandre@peadrop.com>2009-04-03 06:07:29 (GMT)
committerAlexandre Vassalotti <alexandre@peadrop.com>2009-04-03 06:07:29 (GMT)
commitffcec434ce9fa6de8972881bf5e4621989658fb3 (patch)
treed2c2b958b525a013538b60466151b9697c63826a /Doc/library/pickletools.rst
parent9743fd047972861469145d9c1517e4380b393748 (diff)
downloadcpython-ffcec434ce9fa6de8972881bf5e4621989658fb3.zip
cpython-ffcec434ce9fa6de8972881bf5e4621989658fb3.tar.gz
cpython-ffcec434ce9fa6de8972881bf5e4621989658fb3.tar.bz2
Remove old reference to cPickle.
Diffstat (limited to 'Doc/library/pickletools.rst')
-rw-r--r--Doc/library/pickletools.rst15
1 files changed, 6 insertions, 9 deletions
diff --git a/Doc/library/pickletools.rst b/Doc/library/pickletools.rst
index c55d8bd..ba8f963 100644
--- a/Doc/library/pickletools.rst
+++ b/Doc/library/pickletools.rst
@@ -3,16 +3,14 @@
===================================================
.. module:: pickletools
- :synopsis: Contains extensive comments about the pickle protocols and pickle-machine
- opcodes, as well as some useful functions.
-
+ :synopsis: Contains extensive comments about the pickle protocols and pickle-machine opcodes, as well as some useful functions.
This module contains various constants relating to the intimate details of the
-:mod:`pickle` module, some lengthy comments about the implementation, and a few
-useful functions for analyzing pickled data. The contents of this module are
-useful for Python core developers who are working on the :mod:`pickle` and
-:mod:`cPickle` implementations; ordinary users of the :mod:`pickle` module
-probably won't find the :mod:`pickletools` module relevant.
+:mod:`pickle` module, some lengthy comments about the implementation, and a
+few useful functions for analyzing pickled data. The contents of this module
+are useful for Python core developers who are working on the :mod:`pickle`;
+ordinary users of the :mod:`pickle` module probably won't find the
+:mod:`pickletools` module relevant.
.. function:: dis(pickle[, out=None, memo=None, indentlevel=4])
@@ -24,7 +22,6 @@ probably won't find the :mod:`pickletools` module relevant.
pickler. Successive levels, indicated by ``MARK`` opcodes in the stream, are
indented by *indentlevel* spaces.
-
.. function:: genops(pickle)
Provides an :term:`iterator` over all of the opcodes in a pickle, returning a