Comparing two minidom objects

Diez B. Roggisch deetsNOSPAM at web.de
Mon Nov 8 14:35:08 EST 2004


>              res = res and tree_eq(ac, bc)

The aggregation is actually not necessary, as we shourtcircuit the and'ing
of the node comparisions.
-- 
Regards,

Diez B. Roggisch



More information about the Python-list mailing list