--- Lib/xml/dom/minicompat.py.orig 2011-07-29 10:24:39.490142197 +0200 +++ Lib/xml/dom/minicompat.py 2011-07-29 10:25:03.046259000 +0200 @@ -65,12 +65,6 @@ length = property(_get_length, _set_length, doc="The number of nodes in the NodeList.") - def __getstate__(self): - return list(self) - - def __setstate__(self, state): - self[:] = state - class EmptyNodeList(tuple): __slots__ = ()