summaryrefslogtreecommitdiffstats
path: root/Lib/_compat_pickle.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #6137: The pickle module now translates module names when loadingAntoine Pitrou2009-06-041-0/+81
or dumping pickles with a 2.x-compatible protocol, in order to make data sharing and migration easier. This behaviour can be disabled using the new `fix_imports` optional argument.