diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2022-01-06 12:31:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-06 12:31:32 (GMT) |
commit | 3e43fac2503afe219336742b150b3ef6e470686f (patch) | |
tree | 150fbc169578b541d6f73fe5734a29749d9bad78 /Misc/NEWS.d | |
parent | 3db762db72cc0da938614b1e414abb1e12ca4094 (diff) | |
download | cpython-3e43fac2503afe219336742b150b3ef6e470686f.zip cpython-3e43fac2503afe219336742b150b3ef6e470686f.tar.gz cpython-3e43fac2503afe219336742b150b3ef6e470686f.tar.bz2 |
Reflect 'context' arg in 'AbstractEventLoop.call_*()' methods (GH-30427)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-01-06-13-38-00.bpo-46278.wILA80.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-01-06-13-38-00.bpo-46278.wILA80.rst b/Misc/NEWS.d/next/Library/2022-01-06-13-38-00.bpo-46278.wILA80.rst new file mode 100644 index 0000000..4084904 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-01-06-13-38-00.bpo-46278.wILA80.rst @@ -0,0 +1,2 @@ +Reflect ``context`` argument in ``AbstractEventLoop.call_*()`` methods. Loop +implementations already support it. |