[Python-Dev] cPickle and cStringIO

Ka-Ping Yee ping@lfw.org
Sat, 25 Mar 2000 23:23:45 -0800 (PST)


Are there any objections to including

    try:
        from cPickle import *
    except:
        pass

in pickle and

    try:
        from cStringIO import *
    except:
        pass

in StringIO?



-- ?!ng

"I'm not trying not to answer the question; i'm just not answering it."
    -- Lenore Snell