mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Remove old reference to cPickle.
This commit is contained in:
parent
9743fd0479
commit
ffcec434ce
1 changed files with 6 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue