➜

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.

作者 robinbryce
收信人 effbot, georg.brandl, nnorwitz, robinbryce, robinbryce2
日期 2009-04-18.15:10:55
SpamBayes Score 0.0007702491
Marked as misclassified 否
Message-id <1240067456.91.0.477273338385.issue1538691@psf.upfronthosting.co.za>
In-reply-to
内容
> In the upstream 1.0.6, the ParseError exception has a position attribute
> that contains a (line, column) tuple.

That's fine for errors in the xml domain. Its not enough if I'm
reporting errors in the application domain - where I wont have a handy
exception to interrogate. What's the problem with just exposing the api
and requiring users who need it to use the streaming parser ?

Personally, I would have cached these details as a properties of the
_ElementInterface implementation for precisely this use case.
历史
日期 用户 动作 参数
2009-04-18 15:10:58robinbryce修改recipients: + robinbryce, effbot, nnorwitz, georg.brandl, robinbryce2
2009-04-18 15:10:56robinbryce修改messageid: <1240067456.91.0.477273338385.issue1538691@psf.upfronthosting.co.za>
2009-04-18 15:10:55robinbryce链接issue1538691 messages
2009-04-18 15:10:55robinbryce创建