diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 8386d7a3229..6866b820e86 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -1480,7 +1480,7 @@ Optimizations Other modules to enjoy import-time speedups include :mod:`email.utils`, :mod:`enum`, :mod:`functools`, :mod:`importlib.metadata`, and :mod:`threading`. - (Contributed by Alex Waygood, Shantanu Jain, Adam Turner, Daniel Holla, + (Contributed by Alex Waygood, Shantanu Jain, Adam Turner, Daniel Hollas, and others in :gh:`109653`.) * :func:`textwrap.indent` is now around 30% faster than before for large input.