https://github.com/python/cpython/commit/2df69de5b36347d430aed0a959fa01e17b237331 commit: 2df69de5b36347d430aed0a959fa01e17b237331 branch: main author: Michael Newman <[email protected]> committer: tomasr8 <[email protected]> date: 2026-07-18T13:55:56+02:00 summary:
Fix duplicated words in "What's new in Python 3.15" documentation (#153922) files: M Doc/whatsnew/3.15.rst diff --git a/Doc/whatsnew/3.15.rst b/Doc/whatsnew/3.15.rst index 8cba187bf31dd16..df2ca138db32b50 100644 --- a/Doc/whatsnew/3.15.rst +++ b/Doc/whatsnew/3.15.rst @@ -1225,7 +1225,7 @@ importlib.metadata would return an empty ``PackageMetadata`` object as if the file was present but empty. Now, a ``MetadataNotFound`` exception is raised. See `importlib_metadata#493 <https://github.com/python/importlib_metadata/issues/493>`_ - for background and rationale and and :gh:`143387` for rationale on the + for background and rationale and :gh:`143387` for rationale on the compatibility concerns. (Contributed by Jason R. Coombs.) _______________________________________________ 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]
