diff options
author | Yury Selivanov <yury@magic.io> | 2018-06-08 00:44:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-08 00:44:57 (GMT) |
commit | 8f4042964d5b0ddf5cdf87862db962ba64e3f64a (patch) | |
tree | bdfe505b29985bf5fdbbec72bf1a9cd5e4856419 /Misc | |
parent | 52698c7ad9eae9feb35839fde17a7d1da8036a9b (diff) | |
download | cpython-8f4042964d5b0ddf5cdf87862db962ba64e3f64a.zip cpython-8f4042964d5b0ddf5cdf87862db962ba64e3f64a.tar.gz cpython-8f4042964d5b0ddf5cdf87862db962ba64e3f64a.tar.bz2 |
bpo-33792: Add selector and proactor windows policies (GH-7487)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-06-07-12-38-12.bpo-33792.3aKG7u.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-06-07-12-38-12.bpo-33792.3aKG7u.rst b/Misc/NEWS.d/next/Library/2018-06-07-12-38-12.bpo-33792.3aKG7u.rst new file mode 100644 index 0000000..8c01764 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-06-07-12-38-12.bpo-33792.3aKG7u.rst @@ -0,0 +1,2 @@ +Add asyncio.WindowsSelectorEventLoopPolicy and +asyncio.WindowsProactorEventLoopPolicy. |