Martin v. Löwis <[email protected]> added the comment: > The last sentence has nothing to do with the report, it was just a general > remark that > it would be nice if minidom could support unicode string directly.
minidom most certainly supports Unicode directly. All element names, attribute names, and text nodes carry Unicode objects. > Should I send a mail to [email protected] to report the doc issue, > or this one is sufficient ? This one is sufficient. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue10781> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
