Issue 6231: ElementInclude may drop text (original) (raw)

Created on 2009-06-07 14:21 by Neil Muller, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
ElementInclude.diff Neil Muller,2009-06-07 14:21 Fix & test case
ElementInclude_py3k.diff Neil Muller,2009-06-07 20:17 py3k version
ElementInclude_py3k.diff Neil Muller,2010-03-25 14:40 Updated py3k patch.
ElementInclude.diff Neil Muller,2010-03-25 14:41 Updated patch against trunk
Messages (6)
msg89037 - (view) Author: Neil Muller (Neil Muller) Date: 2009-06-07 14:21
In some cases, ElementInclude will not include the tail from the current node. Test case and patch against trunk attached (from Simon Cross).
msg89054 - (view) Author: Neil Muller (Neil Muller) Date: 2009-06-07 20:17
Same issue affects python 3k. Modified patch (print statement needed changing) added
msg101702 - (view) Author: Neil Muller (Neil Muller) Date: 2010-03-25 14:40
It looks like this issue was missed in the recent ElementTree update. Attached is an updated diff for py3k.
msg101703 - (view) Author: Neil Muller (Neil Muller) Date: 2010-03-25 14:41
Similiarly updated patch against current trunk
msg111053 - (view) Author: Neil Muller (Neil Muller) Date: 2010-07-21 13:27
The bug is still present in py3k trunk, the py3k patch still applies, and, as the bug has celebrated it's first birthday, all evidence suggests no-one else cares.
msg113348 - (view) Author: Florent Xicluna (flox) * (Python committer) Date: 2010-08-08 23:10
Thanks Neil. Pushed with r83864.
History
Date User Action Args
2022-04-11 14:56:49 admin set github: 50480
2010-08-08 23:10:05 flox set status: open -> closedresolution: fixedmessages: + stage: patch review -> resolved
2010-07-31 17:03:28 flox set status: languishing -> openassignee: floxnosy:effbot, hodgestar, Neil Muller, jerith, russell, floxcomponents: + XMLstage: patch review
2010-07-21 13:27:43 Neil Muller set status: open -> languishingmessages: + versions: + Python 3.2
2010-03-25 14:41:34 Neil Muller set files: + ElementInclude.diffmessages: +
2010-03-25 14:40:03 Neil Muller set files: + ElementInclude_py3k.diffnosy: + floxmessages: +
2009-06-08 05:08:42 jerith set nosy: + jerith
2009-06-07 20:17:15 Neil Muller set files: + ElementInclude_py3k.diffmessages: +
2009-06-07 15:33:07 russell set nosy: + russell
2009-06-07 14:21:43 Neil Muller create