Artur R. Czechowski added the comment:

Martin,
I partially agree with you.
After rethinking the issue I agree that changing the behavior of 
createCDATASection maybe is not a good idea.
On the other hand anyone in need of adding ]]> into CDATA must write a few 
lines of code, which will be essentially the same for each application. This 
part of code could be embedded into minidom module and it could be provided to 
each needing party. Please consider extending the interface of minidom module 
with method creating CDATA sections regardless of the provided data, splitting 
it into two CDATA if necessary.

If you disagree, feel free to close this issue.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20714>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to