[XML-SIG] XML support in Python 1.6

Jeremy Hylton jeremy@beopen.com
Sat, 3 Jun 2000 12:14:30 -0400


Paul Prescod wrote:
>As usual, the problem with minidom is figuring out what to do about
>cyclic trash! I was expecting cyclic garbage collection to get into 1.6
>but that seems up in the air right now.

I think it will go in, provided that we can get it debugged.  If you
have XML code that generates cyclic garbage, it would be great if you
could test it with a version of Python that includes the GC patch.

Jeremy