[issue37374] Minidom does not have to escape quote inside text segments

2021-03-10 Thread Viktor Plézer
Viktor Plézer added the comment: Sorry, to agree with @mitar -- ___ Python tracker <https://bugs.python.org/issue37374> ___ ___ Python-bugs-list mailin

[issue37374] Minidom does not have to escape quote inside text segments

2021-03-10 Thread Viktor Plézer
Viktor Plézer added the comment: Almost 2 years later I only registered to agree with Daniel. This is extremely annoying. Use case: I am generating XMLs for Apigee, where my conditions contain quotes and there's no need to escape them. -- nosy: +vip