[Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Lib/xml/dom minidom.py,1.13,1.14

Andrew Kuchling akuchlin@mems-exchange.org
Tue, 21 Nov 2000 17:06:04 -0500


On Tue, Nov 21, 2000 at 02:02:24PM -0800, Fred L. Drake wrote:
>Update of /cvsroot/python/python/dist/src/Lib/xml/dom
>In directory slayer.i.sourceforge.net:/tmp/cvs-serv16177/Lib/xml/dom
>
>Modified Files:
>	minidom.py 
...

Yay!  This checkin may fix Bug #116677: "minidom:Node.appendChild()
has wrong semantics".

Does the patch check for illegal children (bug #116678).

--amk