[issue1538691] Patch cElementTree to export CurrentLineNumber

2010-03-11 Thread Florent Xicluna
Florent Xicluna added the comment: ElementTree fixed in 2.7. See #6472. -- dependencies: -Update ElementTree with upstream changes resolution: postponed -> fixed stage: patch review -> committed/rejected status: open -> closed superseder: -> Update ElementTree with upstream changes _

[issue1538691] Patch cElementTree to export CurrentLineNumber

2010-02-13 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: +flox ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue1538691] Patch cElementTree to export CurrentLineNumber

2010-02-13 Thread Florent Xicluna
Changes by Florent Xicluna : -- dependencies: +Update ElementTree with upstream changes versions: +Python 3.2 -Python 3.1 ___ Python tracker ___ ___

[issue1538691] Patch cElementTree to export CurrentLineNumber

2009-04-18 Thread Robin Bryce
Robin Bryce added the comment: > 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 i

[issue1538691] Patch cElementTree to export CurrentLineNumber

2009-04-05 Thread Georg Brandl
Georg Brandl added the comment: Which will be synced into core at some point, I guess? -- nosy: +georg.brandl resolution: -> postponed status: open -> pending ___ Python tracker

[issue1538691] Patch cElementTree to export CurrentLineNumber

2009-04-02 Thread Fredrik Lundh
Fredrik Lundh added the comment: In the upstream 1.0.6, the ParseError exception has a position attribute that contains a (line, column) tuple. -- ___ Python tracker ___ _

[issue1538691] Patch cElementTree to export CurrentLineNumber

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +XML -None stage: -> patch review type: -> feature request versions: +Python 2.7, Python 3.1 ___ Python tracker ___ _