diff options
author | Shantanu <hauntsaninja@users.noreply.github.com> | 2020-03-02 06:33:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-02 06:33:24 (GMT) |
commit | 4edc95cf0a2960431621eee9bc194f6225f1690b (patch) | |
tree | 797be15086532d032931aa450b9f511dbbdb78b6 /Misc | |
parent | 1f577ce363121d590b51abf5c41d1bcf3d751436 (diff) | |
download | cpython-4edc95cf0a2960431621eee9bc194f6225f1690b.zip cpython-4edc95cf0a2960431621eee9bc194f6225f1690b.tar.gz cpython-4edc95cf0a2960431621eee9bc194f6225f1690b.tar.bz2 |
bpo-39495: Remove default value from C impl of TreeBuilder.start (GH-18275)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-01-30-07-02-02.bpo-39495.8LsIRN.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-01-30-07-02-02.bpo-39495.8LsIRN.rst b/Misc/NEWS.d/next/Library/2020-01-30-07-02-02.bpo-39495.8LsIRN.rst new file mode 100644 index 0000000..116a518 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-01-30-07-02-02.bpo-39495.8LsIRN.rst @@ -0,0 +1 @@ +Remove default value from *attrs* parameter of :meth:`xml.etree.ElementTree.TreeBuilder.start` for consistency between Python and C implementations. |