[issue2746] ElementTree ProcessingInstruction uses character entities in content

2010-03-17 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +flox resolution: accepted -> fixed status: pending -> closed ___ Python tracker ___ ___ Python-bu

[issue2746] ElementTree ProcessingInstruction uses character entities in content

2010-02-09 Thread Antoine Pitrou
Antoine Pitrou 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 status: open

[issue2746] ElementTree ProcessingInstruction uses character entities in content

2009-10-24 Thread Antoine Pitrou
Antoine Pitrou added the comment: Oops, sorry, I hadn't read your message about the patch also correcting cElementTree. -- ___ Python tracker ___

[issue2746] ElementTree ProcessingInstruction uses character entities in content

2009-10-24 Thread Antoine Pitrou
Antoine Pitrou 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 Tom Lynn
Changes by Tom Lynn : -- nosy: +tlynn ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mai

[issue2746] ElementTree ProcessingInstruction uses character entities in content

2009-06-07 Thread Jeremy Thurgood
Changes by Jeremy Thurgood : -- nosy: +jerith ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue2746] ElementTree ProcessingInstruction uses character entities in content

2009-06-07 Thread Neil Muller
Neil Muller 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 _

[issue2746] ElementTree ProcessingInstruction uses character entities in content

2009-06-07 Thread Neil Muller
Changes by Neil Muller : Removed file: http://bugs.python.org/file14213/issue-2746.diff ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue2746] ElementTree ProcessingInstruction uses character entities in content

2009-06-07 Thread Neil Muller
Changes by Neil Muller : Removed file: http://bugs.python.org/file14211/issue-2746.diff ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue2746] ElementTree ProcessingInstruction uses character entities in content

2009-06-07 Thread Neil Muller
Neil Muller 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 Russell Cloran
Changes by Russell Cloran : -- nosy: +russell ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue2746] ElementTree ProcessingInstruction uses character entities in content

2009-06-07 Thread Neil Muller
Neil Muller 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

[issue2746] ElementTree ProcessingInstruction uses character entities in content

2009-06-07 Thread Neil Muller
Changes by Neil Muller : -- nosy: +effbot ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

[issue2746] ElementTree ProcessingInstruction uses character entities in content

2009-06-07 Thread Neil Muller
Neil Muller 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 ___ Python tracke

[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 reserv