-- http://mail.python.org/mailman/listinfo/python-list
got a exception: "a class that defines __slots__ without defining
__getstate__ cannot be pickled "
why?
and is there any other dump method but for pickle to store the kind of
object ?
- cannot pickle object returned by urllib2.urlopen() scsoce