Yevgen Yampolskiy added the comment:
You can create object copy using both copy and pickle modules.
I assume that identical results should be produced.
pickle handles minidom.Document correctly, however copy does not.
Even if patch to NodeList will be applied, copy or pickle modules need to
Yevgen Yampolskiy added the comment:
Marian, I have no doubts that the patch cures THIS issue.
The problem is that it cures the wrong thing.
It is _reconstruct function that needs to be fixed (somebody changed order of
'if' statements between 2.6 and 2.