diff options
author | Yury Selivanov <yury@magic.io> | 2017-12-11 15:04:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-11 15:04:40 (GMT) |
commit | 3e9751819ad13a965e8be13c1e5bc5a6811fe6b8 (patch) | |
tree | d93da6e327fb548daf2a370b24b1b3479e7f3ed5 /Misc | |
parent | 9edad3c7011ccab0a66a065933abebf3288cf1a1 (diff) | |
download | cpython-3e9751819ad13a965e8be13c1e5bc5a6811fe6b8.zip cpython-3e9751819ad13a965e8be13c1e5bc5a6811fe6b8.tar.gz cpython-3e9751819ad13a965e8be13c1e5bc5a6811fe6b8.tar.bz2 |
bpo-32273: Move asyncio.test_utils to test.test_asyncio (#4785)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2017-12-10-19-14-55.bpo-32273.5KKlCv.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-12-10-19-14-55.bpo-32273.5KKlCv.rst b/Misc/NEWS.d/next/Library/2017-12-10-19-14-55.bpo-32273.5KKlCv.rst new file mode 100644 index 0000000..3bbec8f --- /dev/null +++ b/Misc/NEWS.d/next/Library/2017-12-10-19-14-55.bpo-32273.5KKlCv.rst @@ -0,0 +1 @@ +Move asyncio.test_utils to test.test_asyncio. |