From: Rafael Fontenelle Date: Wed, 17 Jul 2024 07:31:21 +0000 (-0300) Subject: Remove duplicate "it" in whatsnew 3.13 (#121580) X-Git-Tag: v3.14.0a1~1091 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5d98a4d266fef754455baf8e65a20dd140ebecd3;p=thirdparty%2FPython%2Fcpython.git Remove duplicate "it" in whatsnew 3.13 (#121580) --- diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index ca0d91d6f654..58bad9208116 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -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: