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.

Author arturcz
Recipients arturcz, eric.araujo, loewis, peter.otten, serhiy.storchaka
Date 2014-02-23.21:49:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393192144.61.0.181630259586.issue20714@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-02-23 21:49:04arturczsetrecipients: + arturcz, loewis, peter.otten, eric.araujo, serhiy.storchaka
2014-02-23 21:49:04arturczsetmessageid: <1393192144.61.0.181630259586.issue20714@psf.upfronthosting.co.za>
2014-02-23 21:49:04arturczlinkissue20714 messages
2014-02-23 21:49:04arturczcreate