diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2017-09-03 06:24:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-03 06:24:32 (GMT) |
commit | 98bbeb78e06d5756491705920e72f9721850c727 (patch) | |
tree | 05b8507212904b750d10a9430b391f6baee336fd /Misc | |
parent | 58521fdba1657f6553a1ead5cbaa100967a167b3 (diff) | |
download | cpython-98bbeb78e06d5756491705920e72f9721850c727.zip cpython-98bbeb78e06d5756491705920e72f9721850c727.tar.gz cpython-98bbeb78e06d5756491705920e72f9721850c727.tar.bz2 |
bpo-31185: Fixed miscellaneous errors in asyncio speedup module. (#3076) (#3269)
(cherry picked from commit bca4939d806170c3ca5d05f23710d11a8f1669cf)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2017-08-11-19-30-00.bpo-31185.i6TPgL.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-08-11-19-30-00.bpo-31185.i6TPgL.rst b/Misc/NEWS.d/next/Library/2017-08-11-19-30-00.bpo-31185.i6TPgL.rst new file mode 100644 index 0000000..bdaa4ea --- /dev/null +++ b/Misc/NEWS.d/next/Library/2017-08-11-19-30-00.bpo-31185.i6TPgL.rst @@ -0,0 +1 @@ +Fixed miscellaneous errors in asyncio speedup module. |