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 serhiy.storchaka
Recipients BreamoreBoy, Richard.Urwin, amaury.forgeotdarc, bugok, effbot, eli.bendersky, flox, nnorwitz, rurwin, serhiy.storchaka
Date 2012-07-07.14:32:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341671554.2458.24.camel@raxxla>
In-reply-to <1341544176.33.0.68602278946.issue1767933@psf.upfronthosting.co.za>
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?

Don't worry, _SimpleElementPath is not used in changes.

> 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.

Done. I replaced the encoding doctest by unittest-based tests and merge
it with StringIOTest and user IO tests in one IOTest class. Added test
for StringIO writing.

Also I've improved support of unbuffered file objects (as for
issue1470548).
Files
File name Uploaded
etree_write_utf16_3.patch serhiy.storchaka, 2012-07-07.14:32:23
History
Date User Action Args
2012-07-07 14:32:25serhiy.storchakasetrecipients: + serhiy.storchaka, effbot, nnorwitz, amaury.forgeotdarc, bugok, rurwin, eli.bendersky, flox, BreamoreBoy, Richard.Urwin
2012-07-07 14:32:24serhiy.storchakalinkissue1767933 messages
2012-07-07 14:32:24serhiy.storchakacreate