This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hodgestar
Recipients hodgestar, waveform
Date 2008-05-10.12:57:42
SpamBayes Score 0.031133588
Marked as misclassified No
Message-id <1210424265.29.0.308780748993.issue2746@psf.upfronthosting.co.za>
In-reply-to
Content
cElementTree.ElementTree is a copy of ElementTree.ElementTree with the
.parse(...) method replaced, so the original patch for ElementTree
should fix cElementTree too.

The copying of the ElementTree class into cElementTree happens in the
call to boostrap in the init_elementtree() function at the bottom of
_elementtree.c.
History
Date User Action Args
2008-05-10 12:57:46hodgestarsetspambayes_score: 0.0311336 -> 0.031133588
recipients: + hodgestar, waveform
2008-05-10 12:57:45hodgestarsetspambayes_score: 0.0311336 -> 0.0311336
messageid: <1210424265.29.0.308780748993.issue2746@psf.upfronthosting.co.za>
2008-05-10 12:57:43hodgestarlinkissue2746 messages
2008-05-10 12:57:43hodgestarcreate