classification
Title: elementtree tests do not include bytes handling
Type: behavior Stage:
Components: Tests, XML Versions: Python 3.0, Python 3.3, Python 3.2, Python 3.1
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: BreamoreBoy, amaury.forgeotdarc, effbot, pitrou, santa4nt
Priority: normal Keywords:

Created on 2008-08-18 16:57 by pitrou, last changed 2011-03-11 01:22 by santa4nt.

Messages (3)
msg71351 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2008-08-18 16:57
In py3k, there should be explicit tests for byte string input (in
addition to unicode input) to elementtree's parser, including non-UTF8
encodings and non-ASCII chars.
msg109653 - (view) Author: Mark Lawrence (BreamoreBoy) Date: 2010-07-09 01:06
Have the tests been incorporated into py3k so this can be closed, or is it still valid?
msg111160 - (view) Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * (Python committer) Date: 2010-07-22 10:03
test_xml_etree.py has some tests about bytes input (check_issue6233) but these are only working cases.  Tests with wrong encodings should be added.
History
Date User Action Args
2011-03-11 01:22:41santa4ntsetnosy: + santa4nt

versions: + Python 3.1, Python 3.2, Python 3.3
2010-07-22 10:03:57amaury.forgeotdarcsetnosy: + amaury.forgeotdarc
messages: + msg111160
2010-07-09 01:06:30BreamoreBoysetnosy: + BreamoreBoy
messages: + msg109653
2008-08-18 16:57:48pitroucreate