diff options
author | Vladimir Surjaninov <vsurjaninov@gmail.com> | 2019-03-27 05:58:49 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2019-03-27 05:58:49 (GMT) |
commit | 384b81d923addd52125e94470b11d2574ca266a9 (patch) | |
tree | b0482ea447e6a9123c9e6f46fffaf8edb49faa51 /Misc/NEWS.d | |
parent | f760610bddd7e8f8ac0914d5d59ef806bc16a73b (diff) | |
download | cpython-384b81d923addd52125e94470b11d2574ca266a9.zip cpython-384b81d923addd52125e94470b11d2574ca266a9.tar.gz cpython-384b81d923addd52125e94470b11d2574ca266a9.tar.bz2 |
bpo-36407: Fix writing indentations of CDATA section (xml.dom.minidom). (GH-12514)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-03-23-17-16-15.bpo-36407.LG3aC4.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-03-23-17-16-15.bpo-36407.LG3aC4.rst b/Misc/NEWS.d/next/Library/2019-03-23-17-16-15.bpo-36407.LG3aC4.rst new file mode 100644 index 0000000..3873329 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-03-23-17-16-15.bpo-36407.LG3aC4.rst @@ -0,0 +1,2 @@ +Fixed wrong indentation writing for CDATA section in xml.dom.minidom. +Patch by Vladimir Surjaninov. |