Skip to content

Commit 632f353

Browse files
[3.12] Use "Contributed by" in a couple of occurrences of 3.12 whatsnew (GH-118070) (#118078)
Use "Contributed by" in a couple of occurrences of 3.12 whatsnew (GH-118070) (cherry picked from commit 398abdd) Co-authored-by: Rafael Fontenelle <[email protected]>
1 parent be1fe11 commit 632f353

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/whatsnew/3.12.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ inspect
726726

727727
* Add :func:`inspect.markcoroutinefunction` to mark sync functions that return
728728
a :term:`coroutine` for use with :func:`inspect.iscoroutinefunction`.
729-
(Contributed Carlton Gibson in :gh:`99247`.)
729+
(Contributed by Carlton Gibson in :gh:`99247`.)
730730

731731
* Add :func:`inspect.getasyncgenstate` and :func:`inspect.getasyncgenlocals`
732732
for determining the current state of asynchronous generators.
@@ -751,8 +751,8 @@ math
751751
(Contributed by Raymond Hettinger in :gh:`100485`.)
752752

753753
* Extend :func:`math.nextafter` to include a *steps* argument
754-
for moving up or down multiple steps at a time.
755-
(By Matthias Goergens, Mark Dickinson, and Raymond Hettinger in :gh:`94906`.)
754+
for moving up or down multiple steps at a time. (Contributed by
755+
Matthias Goergens, Mark Dickinson, and Raymond Hettinger in :gh:`94906`.)
756756

757757
os
758758
--

0 commit comments

Comments
 (0)