[issue14078] Add 'sourceline' property to xml.etree Elements

2012-06-08 Thread Eli Bendersky
Changes by Eli Bendersky : -- resolution: -> wont fix stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue14078] Add 'sourceline' property to xml.etree Elements

2012-05-28 Thread Eli Bendersky
Eli Bendersky added the comment: Hi Leon, Do you have an interest in pursuing this issue? -- ___ Python tracker ___ ___ Python-bugs-l

[issue14078] Add 'sourceline' property to xml.etree Elements

2012-03-22 Thread Eli Bendersky
Eli Bendersky added the comment: Hi Leon, Thanks for the patch. I suggest to start by raising this to the python-ideas mailing list, to see if anyone has objections / different idea about doing this. Next, keep in mind that starting with 3.3, the default ElementTree implementation comes from

[issue14078] Add 'sourceline' property to xml.etree Elements

2012-03-22 Thread R. David Murray
Changes by R. David Murray : -- keywords: +needs review stage: -> patch review type: -> enhancement ___ Python tracker ___ ___ Pytho

[issue14078] Add 'sourceline' property to xml.etree Elements

2012-03-21 Thread Ned Deily
Changes by Ned Deily : -- nosy: +eli.bendersky ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue14078] Add 'sourceline' property to xml.etree Elements

2012-02-21 Thread Leon Matthews
New submission from Leon Matthews : The lxml implementation of the ElementTree API puts a `sourceline` property onto every Element object, which I recently found useful when producing diagnostic messages. I think it would be a useful improvement to make the standard library's ElementTree impl