bpo-42151: add NEWS entry

This commit is contained in:
Felix C. Stegerman 2020-10-26 18:01:50 +01:00
parent 201194c05c
commit accafb8371
No known key found for this signature in database
GPG Key ID: B218FF2C27FC6CC6
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
Make the pure Python implementation of `xml.etree.ElementTree` behave the
same as the C implementation (`_elementree`) with regards to default
attribute values (by not setting `specified_attributes=1`).