Message 165011 - Python tracker

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Content
Then Twisted will have to change. From

http://docs.python.org/library/xml.dom.minidom.html

"Applications should not instantiate the classes themselves; they should use the creator functions available on the Document object."

If they insist on not using createElement, they use internal API, and need to adjust that to new Python versions.

Closing as invalid.