https://github.com/python/cpython/commit/d358f74a695b41b2b494b82df7ce3fd719dfac9c commit: d358f74a695b41b2b494b82df7ce3fd719dfac9c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: rhettinger <[email protected]> date: 2024-07-17T07:52:22Z summary:
[3.13] Remove duplicate "it" in whatsnew 3.13 (GH-121580) (gh-121899) files: M Doc/whatsnew/3.13.rst diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index e91a9348a1a4ee..9e46ddabf043a3 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -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: _______________________________________________ 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]
