[issue2746] ElementTree ProcessingInstruction uses character entities in content

2010-03-17 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- nosy: +flox resolution: accepted - fixed status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2746 ___

[issue2746] ElementTree ProcessingInstruction uses character entities in content

2010-02-09 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: I've committed the patch in r78125 (trunk) and r78126 (py3k). I'm not sure I want to backport it to 2.6/3.1, since it might bite people who relied on the old behaviour. -- resolution: - accepted stage: patch review - committed/rejected

[issue2746] ElementTree ProcessingInstruction uses character entities in content

2009-10-24 Thread Tom Lynn
Changes by Tom Lynn tl...@users.sourceforge.net: -- nosy: +tlynn ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2746 ___ ___ Python-bugs-list

[issue2746] ElementTree ProcessingInstruction uses character entities in content

2009-10-24 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Can you include the cElementTree fix and test case in your patch as well? -- nosy: +pitrou priority: - normal stage: - patch review versions: +Python 3.2 -Python 2.5, Python 3.0 ___ Python tracker

[issue2746] ElementTree ProcessingInstruction uses character entities in content

2009-10-24 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Oops, sorry, I hadn't read your message about the patch also correcting cElementTree. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2746

[issue2746] ElementTree ProcessingInstruction uses character entities in content

2009-06-07 Thread Neil Muller
Neil Muller drnlmuller+b...@gmail.com added the comment: Patch which includes the given fix and adds a test case to cover this (test case from Russell Cloran) -- keywords: +patch nosy: +Neil Muller Added file: http://bugs.python.org/file14211/issue-2746.diff

[issue2746] ElementTree ProcessingInstruction uses character entities in content

2009-06-07 Thread Neil Muller
Changes by Neil Muller drnlmuller+b...@gmail.com: -- nosy: +effbot ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2746 ___ ___ Python-bugs-list

[issue2746] ElementTree ProcessingInstruction uses character entities in content

2009-06-07 Thread Neil Muller
Neil Muller drnlmuller+b...@gmail.com added the comment: Previous patch was missing two lines in the test case. Correct fix uploaded -- Added file: http://bugs.python.org/file14213/issue-2746.diff ___ Python tracker rep...@bugs.python.org

[issue2746] ElementTree ProcessingInstruction uses character entities in content

2009-06-07 Thread Russell Cloran
Changes by Russell Cloran rcloran...@gmail.com: -- nosy: +russell ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2746 ___ ___ Python-bugs-list

[issue2746] ElementTree ProcessingInstruction uses character entities in content

2009-06-07 Thread Neil Muller
Neil Muller drnlmuller+b...@gmail.com added the comment: Issue also effects p3k. Adapted patch attached. -- versions: +Python 2.6, Python 2.7, Python 3.0, Python 3.1 Added file: http://bugs.python.org/file14221/issue-2746_py3k.diff ___ Python tracker

[issue2746] ElementTree ProcessingInstruction uses character entities in content

2009-06-07 Thread Neil Muller
Changes by Neil Muller drnlmuller+b...@gmail.com: Removed file: http://bugs.python.org/file14211/issue-2746.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2746 ___

[issue2746] ElementTree ProcessingInstruction uses character entities in content

2009-06-07 Thread Neil Muller
Changes by Neil Muller drnlmuller+b...@gmail.com: Removed file: http://bugs.python.org/file14213/issue-2746.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2746 ___

[issue2746] ElementTree ProcessingInstruction uses character entities in content

2009-06-07 Thread Neil Muller
Neil Muller drnlmuller+b...@gmail.com added the comment: Previous upload of issue_2746 was corrupt. Fixed version uploaded. -- Added file: http://bugs.python.org/file14222/issue-2746.diff ___ Python tracker rep...@bugs.python.org

[issue2746] ElementTree ProcessingInstruction uses character entities in content

2009-06-07 Thread Jeremy Thurgood
Changes by Jeremy Thurgood fir...@gmail.com: -- nosy: +jerith ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2746 ___ ___ Python-bugs-list mailing

[issue2746] ElementTree ProcessingInstruction uses character entities in content

2008-05-10 Thread Simon Cross
Simon Cross [EMAIL PROTECTED] added the comment: cElementTree.ElementTree is a copy of ElementTree.ElementTree with the .parse(...) method replaced, so the original patch for ElementTree should fix cElementTree too. The copying of the ElementTree class into cElementTree happens in the call to

[issue2746] ElementTree ProcessingInstruction uses character entities in content

2008-05-03 Thread Dave Hughes
New submission from Dave Hughes [EMAIL PROTECTED]: In the ElementTree and cElementTree implementations in Python 2.5 (and possibly Python 2.6 as I also found this issue when testing an SVN checkout of ElementTree 1.3), the conversion of a ProcessingInstruction to a string converts XML