diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2018-10-19 09:12:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-19 09:12:57 (GMT) |
commit | f081fd83032be48aefdb1bbcc38ab5deb03785d5 (patch) | |
tree | 9696b61136dbfe1bae2edbb249b25cd7143defea /Lib/urllib | |
parent | 68def052dcd41313eff2bd9f269e22c5a941db4d (diff) | |
download | cpython-f081fd83032be48aefdb1bbcc38ab5deb03785d5.zip cpython-f081fd83032be48aefdb1bbcc38ab5deb03785d5.tar.gz cpython-f081fd83032be48aefdb1bbcc38ab5deb03785d5.tar.bz2 |
bpo-35013: Add more type checks for children of Element. (GH-9944)
It is now guarantied that children of xml.etree.ElementTree.Element
are Elements (at least in C implementation). Previously methods
__setitem__(), __setstate__() and __deepcopy__() could be used for
adding non-Element children.
Diffstat (limited to 'Lib/urllib')
0 files changed, 0 insertions, 0 deletions