[issue6565] improper use of __setitem__ in ElementTree for Python 3.1

2010-03-11 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: Fixed in 2.7 with #6472. It should be ported to 3.x later. -- dependencies: -Update ElementTree with upstream changes resolution: - fixed stage: needs patch - committed/rejected status: open - closed superseder: - Update

[issue6565] improper use of __setitem__ in ElementTree for Python 3.1

2009-07-25 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- assignee: - effbot nosy: +effbot priority: - high stage: - needs patch versions: +Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6565

[issue6565] improper use of __setitem__ in ElementTree for Python 3.1

2009-07-24 Thread Andre Roberge
New submission from Andre Roberge andre.robe...@gmail.com: I have a function to replace the content of an ElementTree Element by that of another one which works using Python 2 but not with Python 3. I get an assertion error. It was suggested on the Python list that the problem is that in