Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Doc/library/pickletools.rst

    r2 r391  
    99.. versionadded:: 2.3
    1010
     11**Source code:** :source:`Lib/pickletools.py`
     12
     13--------------
     14
    1115This module contains various constants relating to the intimate details of the
    1216:mod:`pickle` module, some lengthy comments about the implementation, and a few
     
    1721
    1822
    19 .. function:: dis(pickle[, out=None, memo=None, indentlevel=4])
     23.. function:: dis(pickle, out=None, memo=None, indentlevel=4)
    2024
    2125   Outputs a symbolic disassembly of the pickle to the file-like object *out*,
Note: See TracChangeset for help on using the changeset viewer.