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 adpoliak
Recipients adpoliak, eli.bendersky, serhiy.storchaka
Date 2012-06-13.02:42:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339555346.49.0.602311456813.issue14377@psf.upfronthosting.co.za>
In-reply-to
Content
Made a new patch.
This one contains changes for xml.etree.ElementTree for cpython, jython, and stackless.
It also contains changes to Modules/_elementtree.c for cpython and stackless.

The changes within this patch do not change the signature for the _serialize_* methods, so it can be used with any third-party library that extends ElementTree.
History
Date User Action Args
2012-06-13 02:42:26adpoliaksetrecipients: + adpoliak, eli.bendersky, serhiy.storchaka
2012-06-13 02:42:26adpoliaksetmessageid: <1339555346.49.0.602311456813.issue14377@psf.upfronthosting.co.za>
2012-06-13 02:42:25adpoliaklinkissue14377 messages
2012-06-13 02:42:25adpoliakcreate