]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Use "Contributed by" in a couple of occurrences of 3.12 whatsnew (GH-118070...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 19 Apr 2024 03:34:56 +0000 (05:34 +0200)
committerGitHub <noreply@github.com>
Fri, 19 Apr 2024 03:34:56 +0000 (03:34 +0000)
Use "Contributed by" in a couple of occurrences of 3.12 whatsnew (GH-118070)
(cherry picked from commit 398abdd6fa5b6b15c0570c75321cd7df9573a5b7)

Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
Doc/whatsnew/3.12.rst

index 697a2c9b0bb18e03ff9be7f5e6ab77b1733a6223..0abe46920f34bca2f968add4819418ac05aaaf36 100644 (file)
@@ -726,7 +726,7 @@ inspect
 
 * Add :func:`inspect.markcoroutinefunction` to mark sync functions that return
   a :term:`coroutine` for use with :func:`inspect.iscoroutinefunction`.
-  (Contributed Carlton Gibson in :gh:`99247`.)
+  (Contributed by Carlton Gibson in :gh:`99247`.)
 
 * Add :func:`inspect.getasyncgenstate` and :func:`inspect.getasyncgenlocals`
   for determining the current state of asynchronous generators.
@@ -751,8 +751,8 @@ math
   (Contributed by Raymond Hettinger in :gh:`100485`.)
 
 * Extend :func:`math.nextafter` to include a *steps* argument
-  for moving up or down multiple steps at a time.
-  (By Matthias Goergens, Mark Dickinson, and Raymond Hettinger in :gh:`94906`.)
+  for moving up or down multiple steps at a time. (Contributed by
+  Matthias Goergens, Mark Dickinson, and Raymond Hettinger in :gh:`94906`.)
 
 os
 --