From: Alexandre Vassalotti Date: Fri, 3 Apr 2009 06:07:29 +0000 (+0000) Subject: Remove old reference to cPickle. X-Git-Tag: v3.1a2~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ffcec434ce9fa6de8972881bf5e4621989658fb3;p=python Remove old reference to cPickle. --- diff --git a/Doc/library/pickletools.rst b/Doc/library/pickletools.rst index c55d8bdee1..ba8f96304c 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