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.

classification
Title: struni: test_xml_etree_c
Type: Stage:
Components: Tests Versions: Python 3.0
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: nnorwitz Nosy List: jcgregorio, nnorwitz
Priority: normal Keywords: patch

Created on 2007-08-08 02:47 by jcgregorio, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
etree_c.patch jcgregorio, 2007-08-08 02:47 Fixes to _elementtree.c so test_xml_etree_c passes.
Messages (2)
msg53001 - (view) Author: Joe Gregorio (jcgregorio) * Date: 2007-08-08 02:47
This patch fixes enough so that all the tests pass, but I'm not sure it fixes all the str to unicode conversion issues.
msg53002 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2007-08-08 06:56
This seems like a good start.  Thanks for the patch!  I suspect all the uses of PyString need to be converted to PyUnicode.

Committed revision 56824.
History
Date User Action Args
2022-04-11 14:56:25adminsetgithub: 45286
2008-01-06 22:29:45adminsetkeywords: - py3k
versions: + Python 3.0
2007-08-08 02:47:22jcgregoriocreate