Comment 1 for bug 1200269

Revision history for this message
James Page (james-page) wrote :

I did a quick check on with the latest suds package in Ubuntu, and this issue is resolved:

$ python
Python 2.7.14 (default, Sep 23 2017, 22:06:14)
[GCC 7.2.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from suds.sax import document
>>> str(document.Document())
'<?xml version="1.0" encoding="UTF-8"?>'
>>>

Marking Fix Released.