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.
Created on 2008年08月18日 16:57 by pitrou, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| 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. |
|||
| msg194059 - (view) | Author: Eli Bendersky (eli.bendersky) * (Python committer) | Date: 2013年08月01日 12:44 | |
Quite a bit of encoding-related tests were added recently (by Serhiy, IIRC). Unless there are objections or more specific test suggestions, I will close this issue in a few days. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:37 | admin | set | github: 47841 |
| 2013年08月03日 22:19:11 | eli.bendersky | set | status: open -> closed resolution: fixed stage: resolved |
| 2013年08月01日 12:44:52 | eli.bendersky | set | messages: + msg194059 |
| 2013年07月06日 06:47:17 | serhiy.storchaka | set | nosy:
+ eli.bendersky, serhiy.storchaka |
| 2013年07月06日 00:42:00 | christian.heimes | set | versions: + Python 3.4, - Python 3.0, Python 3.1, Python 3.2 |
| 2011年03月11日 01:22:41 | santoso.wijaya | set | nosy:
+ santoso.wijaya versions: + Python 3.1, Python 3.2, Python 3.3 |
| 2010年07月22日 10:03:57 | amaury.forgeotdarc | set | nosy:
+ amaury.forgeotdarc messages: + msg111160 |
| 2010年07月09日 01:06:30 | BreamoreBoy | set | nosy:
+ BreamoreBoy messages: + msg109653 |
| 2008年08月18日 16:57:48 | pitrou | create | |