[issue17606] xml.sax.saxutils.XMLGenerator cannot output with the correct encoding

2013-05-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset a32a3b79f5e8 by Serhiy Storchaka in branch '2.7': Issue #17606: Fixed support of encoded byte strings in the XMLGenerator http://hg.python.org/cpython/rev/a32a3b79f5e8 New changeset e730447caf20 by Serhiy Storchaka in branch '3.3': Issue #17606: Fix

[issue17606] xml.sax.saxutils.XMLGenerator cannot output with the correct encoding

2013-05-12 Thread Antonio Pérez
Changes by Antonio Pérez : -- nosy: +skarcha ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue17606] xml.sax.saxutils.XMLGenerator cannot output with the correct encoding

2013-04-02 Thread Sebastian Ortiz Vasquez
Changes by Sebastian Ortiz Vasquez : Added file: http://bugs.python.org/file29656/XMLGenerator.patch ___ Python tracker ___ ___ Python-bugs-li

[issue17606] xml.sax.saxutils.XMLGenerator cannot output with the correct encoding

2013-04-02 Thread Sebastian Ortiz Vasquez
Changes by Sebastian Ortiz Vasquez : Removed file: http://bugs.python.org/file29655/XMLGenerator.patch ___ Python tracker ___ ___ Python-bugs-

[issue17606] xml.sax.saxutils.XMLGenerator cannot output with the correct encoding

2013-04-02 Thread Sebastian Ortiz Vasquez
Sebastian Ortiz Vasquez added the comment: Added new test and patch generated following the python development directions found on http://docs.python.org/devguide/patch.html -- type: -> crash Added file: http://bugs.python.org/file29655/XMLGenerator.patch _

[issue17606] xml.sax.saxutils.XMLGenerator cannot output with the correct encoding

2013-03-31 Thread Arfrever Frehtes Taifersar Arahesis
Arfrever Frehtes Taifersar Arahesis added the comment: Also please try to write a new test. -- ___ Python tracker ___ ___ Python-bugs-

[issue17606] xml.sax.saxutils.XMLGenerator cannot output with the correct encoding

2013-03-31 Thread Arfrever Frehtes Taifersar Arahesis
Arfrever Frehtes Taifersar Arahesis added the comment: Your patch does not apply cleanly to 2.7 branch. Please read documentation: http://docs.python.org/devguide/ http://docs.python.org/devguide/setup.html#checkout Use e.g. 'hg diff' to create patch. Only security fixes are allowed in 2.6 branc