Skip to content

Commit 2c39c1c

Browse files
authored
Apply suggestion from @graingert
1 parent 60e70ea commit 2c39c1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/versionhistory.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This library adheres to `Semantic Versioning 2.0 <http://semver.org/>`_.
88
- Added support for running subprocesses on the asyncio ``SelectorEventLoop`` on Windows,
99
which does not support subprocesses natively; the pipe I/O is handled on a background
1010
``ProactorEventLoop`` (or winloop) thread
11-
(`#783 <https://github.com/agronholm/anyio/issues/783>`_; PR by @graingert)
11+
(`#1235 <https://github.com/agronholm/anyio/pulls/1235>`_; PR by @graingert)
1212
- Changed subprocess handling to use a shared, backend-agnostic implementation built on
1313
``subprocess.Popen()`` plus a small set of backend primitives (asynchronous pipes and
1414
child-process reaping). This is used by the asyncio backend on all platforms and by the

0 commit comments

Comments
 (0)