diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2019-12-24 10:46:42 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-24 10:46:42 (GMT) |
commit | 025eeaa19607b2a80c979668dad405f567444573 (patch) | |
tree | e9caca1be9eb089e601cd2f64f5a38f85dd112fd /Misc | |
parent | 3c75f31bb2b88b3e3d858448e789b2c0d2e3e082 (diff) | |
download | cpython-025eeaa19607b2a80c979668dad405f567444573.zip cpython-025eeaa19607b2a80c979668dad405f567444573.tar.gz cpython-025eeaa19607b2a80c979668dad405f567444573.tar.bz2 |
Fix import path for asyncio.TimeoutError (#17691)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-12-24-10-43-13.bpo-39129.jVx5rW.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-12-24-10-43-13.bpo-39129.jVx5rW.rst b/Misc/NEWS.d/next/Library/2019-12-24-10-43-13.bpo-39129.jVx5rW.rst new file mode 100644 index 0000000..6667697 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-12-24-10-43-13.bpo-39129.jVx5rW.rst @@ -0,0 +1 @@ +Fix import path for ``asyncio.TimeoutError`` |