summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorVladimir Surjaninov <vsurjaninov@gmail.com>2019-03-27 05:58:49 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2019-03-27 05:58:49 (GMT)
commit384b81d923addd52125e94470b11d2574ca266a9 (patch)
treeb0482ea447e6a9123c9e6f46fffaf8edb49faa51 /Misc/NEWS.d
parentf760610bddd7e8f8ac0914d5d59ef806bc16a73b (diff)
downloadcpython-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.rst2
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.