Message89247
| Author | Neil Muller |
|---|---|
| Recipients | Neil Muller, effbot, jerith |
| Date | 2009-06-11.10:46:46 |
| SpamBayes Score | 0.0020150968 |
| Marked as misclassified | No |
| Message-id | <1244717207.44.0.0661498908043.issue6265@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
cElementTree will raise a SyntaxError on XML parsing errors, while ElementTree will raise ExpatError. This makes changing between the two a bit more problematic than it could be. See for example https://lists.canonical.com/archives/bazaar/2006q3/017491.html ElementTree 1.3 raises a ParseError, which is subclassed from SyntaxError, which will improve the situation when it's merged, but cElementTree should be adjusted to raise the same error. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-06-11 10:46:47 | Neil Muller | set | recipients: + Neil Muller, effbot, jerith |
| 2009-06-11 10:46:47 | Neil Muller | set | messageid: <1244717207.44.0.0661498908043.issue6265@psf.upfronthosting.co.za> |
| 2009-06-11 10:46:46 | Neil Muller | link | issue6265 messages |
| 2009-06-11 10:46:46 | Neil Muller | create | |