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 BreamoreBoy, Richard.Urwin, amaury.forgeotdarc, bugok, effbot, eli.bendersky, flox, nnorwitz, rurwin, serhiy.storchaka
Date 2012-07-06.03:09:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341544176.33.0.68602278946.issue1767933@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy, note that _SimpleElementPath is now gone in 3.3, since ElementPath.py is always there in stdlib. Could you update the patch to reflect this?

Another thing. I'm trying really hard to phase out the doctest tests of etree, replacing them with unittest-based tests as much as possible. The doctests are causing all kinds of trouble with parametrized testing for both the Python and the C implementations. Please don't add new doctests. If you add tests, add them to existing TestCase classes, or create new ones.
History
Date User Action Args
2012-07-06 03:09:36eli.benderskysetrecipients: + eli.bendersky, effbot, nnorwitz, amaury.forgeotdarc, bugok, rurwin, flox, BreamoreBoy, Richard.Urwin, serhiy.storchaka
2012-07-06 03:09:36eli.benderskysetmessageid: <1341544176.33.0.68602278946.issue1767933@psf.upfronthosting.co.za>
2012-07-06 03:09:28eli.benderskylinkissue1767933 messages
2012-07-06 03:09:28eli.benderskycreate