mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
[3.13] Remove duplicate "it" in whatsnew 3.13 (GH-121580) (gh-121899)
This commit is contained in:
parent
bcf1c7004d
commit
d358f74a69
1 changed files with 1 additions and 1 deletions
|
@ -1929,7 +1929,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…
Add table
Add a link
Reference in a new issue