{
    "mode": "pydoc",
    "parameter": "_compat_pickle",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/pydoc/_compat_pickle/json",
    "generated": "2026-06-02T16:00:00Z",
    "sections": {
        "NAME": {
            "content": "compatpickle\n",
            "subsections": []
        },
        "MODULE REFERENCE": {
            "content": "https://docs.python.org/3.10/library/compatpickle.html\n\nThe following documentation is automatically generated from the Python\nsource files.  It may be incomplete, incorrect or include features that\nare considered implementation detail and may vary between Python\nimplementations.  When in doubt, consult the module reference at the\nlocation listed above.\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "# This module is used to map the old Python 2 names to the new names used in\n# Python 3 for the pickle module.  This needed to make pickle streams\n# generated with Python 2 loadable by Python 3.\n",
            "subsections": []
        },
        "DATA": {
            "content": "IMPORTMAPPING = {'BaseHTTPServer': 'http.server', 'CGIHTTPServer': 'h...\nMULTIPROCESSINGEXCEPTIONS = ('AuthenticationError', 'BufferTooShort',...\nNAMEMAPPING = {('UserDict', 'IterableUserDict'): ('collections', 'Use...\nPYTHON2EXCEPTIONS = ('ArithmeticError', 'AssertionError', 'AttributeE...\nPYTHON3IMPORTERROREXCEPTIONS = ('ModuleNotFoundError',)\nPYTHON3OSERROREXCEPTIONS = ('BrokenPipeError', 'ChildProcessError', ...\nREVERSEIMPORTMAPPING = {'bz2': 'bz2', 'dbm': 'dbm', 'dummythread...\nREVERSENAMEMAPPING = {('functools', 'reduce'): ('builtin', 'red...\nexcname = 'ModuleNotFoundError'\n",
            "subsections": []
        },
        "FILE": {
            "content": "/usr/lib/python3.10/compatpickle.py\n\n",
            "subsections": []
        }
    },
    "summary": "compatpickle",
    "flags": [],
    "examples": [],
    "see_also": []
}