SIGN IN SIGN UP

Issue #6137: The pickle module now translates module names when loading

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.
A
Antoine Pitrou committed
d9dfaa948775061ef6218b181dfb617206db9e8c
Parent: 751899a