mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Use "Contributed by" in a couple of occurrences of 3.12 whatsnew (#118070)
This commit is contained in:
parent
710c01be94
commit
398abdd6fa
1 changed files with 3 additions and 3 deletions
|
@ -726,7 +726,7 @@ inspect
|
||||||
|
|
||||||
* Add :func:`inspect.markcoroutinefunction` to mark sync functions that return
|
* Add :func:`inspect.markcoroutinefunction` to mark sync functions that return
|
||||||
a :term:`coroutine` for use with :func:`inspect.iscoroutinefunction`.
|
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`
|
* Add :func:`inspect.getasyncgenstate` and :func:`inspect.getasyncgenlocals`
|
||||||
for determining the current state of asynchronous generators.
|
for determining the current state of asynchronous generators.
|
||||||
|
@ -751,8 +751,8 @@ math
|
||||||
(Contributed by Raymond Hettinger in :gh:`100485`.)
|
(Contributed by Raymond Hettinger in :gh:`100485`.)
|
||||||
|
|
||||||
* Extend :func:`math.nextafter` to include a *steps* argument
|
* Extend :func:`math.nextafter` to include a *steps* argument
|
||||||
for moving up or down multiple steps at a time.
|
for moving up or down multiple steps at a time. (Contributed by
|
||||||
(By Matthias Goergens, Mark Dickinson, and Raymond Hettinger in :gh:`94906`.)
|
Matthias Goergens, Mark Dickinson, and Raymond Hettinger in :gh:`94906`.)
|
||||||
|
|
||||||
os
|
os
|
||||||
--
|
--
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue