aboutsummaryrefslogtreecommitdiff
path: root/pypy
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2020-11-20 12:48:14 +0200
committerMatti Picus <matti.picus@gmail.com>2020-11-20 12:48:14 +0200
commitf6f6ffbda7dd7a2af8a615e937438bb1336ae7b7 (patch)
treef6f8bfaa46525f326409e24aae0cd26d5047581e /pypy
parentdocument merged branch (diff)
downloadpypy-f6f6ffbda7dd7a2af8a615e937438bb1336ae7b7.tar.gz
pypy-f6f6ffbda7dd7a2af8a615e937438bb1336ae7b7.tar.bz2
pypy-f6f6ffbda7dd7a2af8a615e937438bb1336ae7b7.zip
test, fix xml default attribute values (issue 3333) (thanks obfusk)
Diffstat (limited to 'pypy')
-rw-r--r--pypy/doc/whatsnew-head.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
index a1861f5bee..79a53575b6 100644
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-head.rst
@@ -8,3 +8,7 @@ What's new in PyPy2.7 7.3.3+
.. branch: new-ci-image
CI: Add a Dockerfile for CI to prevent hitting pull limits on docker hub
+
+.. branch: issue-3333
+
+Fix xml.etree.ElementTree assigning default attribute values: issue 3333