Issue 1143: Update to latest ElementTree in Python 2.7 (original) (raw)

Issue1143

Created on 2007-09-11 06:13 by effbot, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (10)
msg55811 - (view) Author: Fredrik Lundh (effbot) * (Python committer) Date: 2007-09-11 06:13
The xml.etree package should be updated to ElementTree 1.3/cElementTree 1.0.6 (or later).
msg76994 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-12-05 09:36
I guess this is now an item for Python 2.7.
msg83555 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2009-03-14 00:59
This could be a nice addition to the next 3.1 alphas/betas.
msg83589 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2009-03-14 15:30
Well, sure, but I'm not going to do it. :)
msg83590 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2009-03-14 15:47
I was silently suggesting that you could add it to the release PEP :-)
msg83591 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2009-03-14 15:50
2009/3/14 Antoine Pitrou <report@bugs.python.org>: > > Antoine Pitrou <pitrou@free.fr> added the comment: > > I was silently suggesting that you could add it to the release PEP :-) Wow, I'm really not getting the subtle hints today.
msg85281 - (view) Author: Fredrik Lundh (effbot) * (Python committer) Date: 2009-04-02 23:59
ET 1.3 is still in alpha, though. Hopefully, that'll sort itself out over the next few weeks.
msg85284 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2009-04-03 00:29
I'm looking forward to it. Thanks F/
msg87615 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2009-05-12 11:28
Fredrik, will this be able to go in before 3.1rc1?
msg96044 - (view) Author: Florent Xicluna (flox) * (Python committer) Date: 2009-12-07 08:27
Patch proposed with latest versions: * ElementTree 1.3a3-20070912 * cElementTree 1.0.6-20090110 Attached to .
History
Date User Action Args
2022-04-11 14:56:26 admin set github: 45484
2009-12-07 11:11:13 pitrou set status: open -> closedresolution: duplicatesuperseder: Update ElementTree with upstream changes
2009-12-07 08:28:13 flox set files: - issue1143_ET13_cET106.diff
2009-12-07 08:27:55 flox set files: + issue1143_ET13_cET106.diffnosy: + floxmessages: + keywords: + patch
2009-09-23 18:30:22 thijs set nosy: + thijs
2009-06-06 11:22:40 pitrou set versions: + Python 3.2, - Python 3.1
2009-05-12 11:28:16 pitrou set messages: +
2009-04-03 00:29:53 rhettinger set nosy: + rhettingermessages: +
2009-04-02 23:59:11 effbot set messages: +
2009-03-14 15:50:14 benjamin.peterson set messages: +
2009-03-14 15:47:40 pitrou set messages: +
2009-03-14 15:30:12 benjamin.peterson set messages: +
2009-03-14 00:59:15 pitrou set nosy: + pitrou, benjamin.petersonmessages: + versions: + Python 3.1
2008-12-05 09:36:19 georg.brandl set nosy: + georg.brandltitle: Update to latest ElementTree in Python 2.6 -> Update to latest ElementTree in Python 2.7messages: + versions: + Python 2.7, - Python 2.6
2007-09-11 06:14:17 effbot set title: Updated to latest ElementTree in 2.6 -> Update to latest ElementTree in Python 2.6
2007-09-11 06:13:45 effbot link issue1602189 superseder
2007-09-11 06:13:15 effbot create