File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ This library adheres to `Semantic Versioning 2.0 <http://semver.org/>`_.
6
6
**UNRELEASED **
7
7
8
8
- Set ``None `` as the default type argument for ``anyio.abc.TaskStatus ``
9
- - Added ``winloop `` to anyio so windows users can now set ``use_uvloop `` with pytest
10
- or ``anyio.run() `` to run ``winloop `` instead of ``uvloop `` or being left with an ``ModuleNotFoundError ``
11
- - Fixed Mypy Problems by making unix portions off limits when windows is in use.
9
+ - Added support for ``uvloop=True `` on Windows via the winloop _ implementation
12
10
(`#960 <https://github.com/agronholm/anyio/pull/960 >`_; PR by @Vizonex)
13
11
12
+ .. _winloop : https://github.com/Vizonex/Winloop
13
+
14
14
**4.10.0 **
15
15
16
16
- Added the ``feed_data() `` method to the ``BufferedByteReceiveStream `` class, allowing
You can’t perform that action at this time.
0 commit comments