Re: ElementTree Issue - Search and remove elements

2012-10-16 Thread Stefan Behnel
Hi, note that it's best to reply to responses you get, rather than starting a new thread on the same topic. It helps in building up context and in keeping details together at one point in the archive for users who run into similar problems later. Tharanga Abeyseela, 17.10.2012 07:47: > I need to

Re: OT Questions

2012-10-16 Thread Demian Brecht
> This is my prototype portfolio for freelancing. If you have an honest > critique, then what, in your opinion, am I good at? > > https://www.odesk.com/users/~01710ac049863018eb I can't ascertain what your strengths are as I don't work with you on a daily basis (one of the many benefits of worki

Re: Aggressive language on python-list

2012-10-16 Thread Steven D'Aprano
On Tue, 16 Oct 2012 21:25:38 -0700, alex23 wrote: > I really don't get people who feel they need to share their opinion when > that opinion is that other people shouldn't share theirs. +1 QOTW It makes me laugh when newcomers to this group stick their head up to chastise us for arguing about th

Re: OT Questions

2012-10-16 Thread Dwight Hutto
On Wed, Oct 17, 2012 at 2:06 AM, Demian Brecht wrote: >> This is my prototype portfolio for freelancing. If you have an honest >> critique, then what, in your opinion, am I good at? >> >> https://www.odesk.com/users/~01710ac049863018eb > > I can't ascertain what your strengths are as I don't work

Re: ElementTree Issue - Search and remove elements

2012-10-16 Thread Alain Ketterlin
Tharanga Abeyseela writes: > I need to remove the parent node, if a particular match found. It looks like you can't get the parent of an Element with elementtree (I would love to be proven wrong on this). The solution is to find all nodes that have a Rating (grand-) child, and then test explici

<    1   2