mirror of https://github.com/python/cpython
Remove duplicate "it" in whatsnew 3.13 (#121580)
This commit is contained in:
parent
dc9cc91f76
commit
5d98a4d266
|
@ -1941,7 +1941,7 @@ although there is currently no date scheduled for their removal.
|
|||
|
||||
* :mod:`xml.etree.ElementTree`: Testing the truth value of an
|
||||
:class:`~xml.etree.ElementTree.Element` is deprecated. In a future release it
|
||||
it will always return ``True``. Prefer explicit ``len(elem)`` or
|
||||
will always return ``True``. Prefer explicit ``len(elem)`` or
|
||||
``elem is not None`` tests instead.
|
||||
|
||||
* :meth:`zipimport.zipimporter.load_module` is deprecated:
|
||||
|
|
Loading…
Reference in New Issue