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 eli.bendersky
Recipients adpoliak, eli.bendersky, serhiy.storchaka
Date 2012-03-23.12:06:03
SpamBayes Score 0.0014722197
Marked as misclassified No
Message-id <1332504364.2.0.970270669488.issue14377@psf.upfronthosting.co.za>
In-reply-to
Content
Hello, thanks for the patch!

Since this is a new feature, I suggest discussion it on the python-ideas list first.

Next, as for your patch:

1. What is ElementTree_new.py?
2. Note that new features have to be added to in-development versions of Python - 3.3 in our case. In 3.3, the C and Python implementations of the ElementTree API must be compatible. Hence, all new features have to be added to both implementations.
History
Date User Action Args
2012-03-23 12:06:07eli.benderskysetrecipients: + eli.bendersky, serhiy.storchaka, adpoliak
2012-03-23 12:06:04eli.benderskysetmessageid: <1332504364.2.0.970270669488.issue14377@psf.upfronthosting.co.za>
2012-03-23 12:06:03eli.benderskylinkissue14377 messages
2012-03-23 12:06:03eli.benderskycreate