summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorarikrupnik <ari@30pins.com>2018-06-07 04:42:38 (GMT)
committerFred Drake <fred@fdrake.net>2018-06-07 04:42:38 (GMT)
commit5bfa058e65897567889354d7eb34af2b93a20f18 (patch)
treefcbae0b123d4ad0a28db1bfb61bc9b77fc0452fd /Misc/NEWS.d
parent7c69c1c0fba8c1c8ff3969bce4c1135736a4cc58 (diff)
downloadcpython-5bfa058e65897567889354d7eb34af2b93a20f18.zip
cpython-5bfa058e65897567889354d7eb34af2b93a20f18.tar.gz
cpython-5bfa058e65897567889354d7eb34af2b93a20f18.tar.bz2
bpo-33274: Compliance with DOM L1: return removed attribute (#7465)
* bpo-33274: Compliance with DOM L1: return removed attribute * Update 2018-06-06-22-01-33.bpo-33274.teYqv8.rst
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2018-06-06-22-01-33.bpo-33274.teYqv8.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-06-06-22-01-33.bpo-33274.teYqv8.rst b/Misc/NEWS.d/next/Library/2018-06-06-22-01-33.bpo-33274.teYqv8.rst
new file mode 100644
index 0000000..420652b
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-06-06-22-01-33.bpo-33274.teYqv8.rst
@@ -0,0 +1,3 @@
+W3C DOM Level 1 specifies return value of Element.removeAttributeNode() as
+"The Attr node that was removed." xml.dom.minidom now complies with this
+requirement.