[issue14207] ElementTree.ParseError - needs documentation and consistent C&Py implementations

Eli Bendersky report at bugs.python.org
Tue Mar 6 06:05:33 CET 2012


New submission from Eli Bendersky <eliben at gmail.com>:

Following issue #14178:


The ElementTree.ParseError is not documented and its behavior seems to differ between the C and Python implementations. In particular, the C module doesn't assign the 'code' attribute when raising a ParseError.

----------
components: Extension Modules, Library (Lib)
messages: 154999
nosy: effbot, eli.bendersky, flox, scoder
priority: normal
severity: normal
stage: needs patch
status: open
title: ElementTree.ParseError - needs documentation and consistent C&Py implementations
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14207>
_______________________________________


More information about the Python-bugs-list mailing list