https://github.com/python/cpython/commit/5d98a4d266fef754455baf8e65a20dd140ebecd3 commit: 5d98a4d266fef754455baf8e65a20dd140ebecd3 branch: main author: Rafael Fontenelle <[email protected]> committer: rhettinger <[email protected]> date: 2024-07-17T00:31:21-07:00 summary:
Remove duplicate "it" in whatsnew 3.13 (#121580) files: M Doc/whatsnew/3.13.rst diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index ca0d91d6f65416..58bad9208116d2 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: _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
