• Fred Drake's avatar
    Fix imports so that XML import works with Python 2.1. The addition of · 812809bd
    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
xyap.py 4.61 KB