消息 [89276]
> This doesn't give the expected answer for the test above
Which is obviously due to not comparing apples with apples, as I should
be using a byte-string in the py3k example.
>>> import xml.etree.ElementTree as ET
>>> e = ET.XML(b"<?xml version='1.0'
encoding='iso-8859-1'?><body>t\xe3t</body>")
>>> ET.tostring(e, 'ascii')
Fails without the patch, behaves as expected with the patch. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2009-06-12 12:50:26 | Neil Muller | 修改 | recipients:
+ Neil Muller, effbot, hodgestar |
| 2009-06-12 12:50:26 | Neil Muller | 修改 | messageid: <1244811026.34.0.000667233667069.issue6233@psf.upfronthosting.co.za> |
| 2009-06-12 12:50:24 | Neil Muller | 链接 | issue6233 messages |
| 2009-06-12 12:50:23 | Neil Muller | 创建 | |
|