[ python-Bugs-1381939 ] cElementTree only supports a few encodings

SourceForge.net noreply at sourceforge.net
Fri Dec 16 23:09:05 CET 2005


Bugs item #1381939, was opened at 2005-12-15 22:15
Message generated for change (Settings changed) made by effbot
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1381939&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: XML
Group: Python 2.5
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Fredrik Lundh (effbot)
Assigned to: Fredrik Lundh (effbot)
Summary: cElementTree only supports a few encodings

Initial Comment:
The cElementTree driver only supports a small number 
of XML encodings compared to ElementTree (and other 
pyexpat-based tools).  This would be nice if this was 
fixed before 2.5 final.

In the meantime, a workaround can be found here:

http://effbot.org/zone/celementtree-encoding.htm

----------------------------------------------------------------------

>Comment By: Fredrik Lundh (effbot)
Date: 2005-12-16 23:09

Message:
Logged In: YES 
user_id=38376

Fixed in revision 41724

----------------------------------------------------------------------

Comment By: Fredrik Lundh (effbot)
Date: 2005-12-16 00:07

Message:
Logged In: YES 
user_id=38376

I've attached the relevant patch from CET 1.0.5 (in 
progress)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1381939&group_id=5470


More information about the Python-bugs-list mailing list