-
Fred Drake authored
__all__ to the pickle module, and the import constraints that causes symbols not listed in __all__ not to be imported by "import *", caused these modules to break because some names were not acquired from the pickle module which had been acquired before. This patch adds the appropriate imports so that dependence on the pickle module's implementation details is avoided.
812809bd