]> granicus.if.org Git - python/commit
Replace deprecation warning with RuntimeError (GH-14397)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 27 Jun 2019 11:58:34 +0000 (04:58 -0700)
committerGitHub <noreply@github.com>
Thu, 27 Jun 2019 11:58:34 +0000 (04:58 -0700)
commit4cbe7a3ce4a46a5a2f3e56055a665e583fead62d
tree98e5f4426e0dd9753db67b080c251640bb0f4dad
parent7e9d706fd6e2f49d2bd829890c46868105767769
Replace deprecation warning with RuntimeError (GH-14397)

(cherry picked from commit 97d15b1ee06ce80c4dbda91fb538a89bbcb2bed9)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
Lib/asyncio/streams.py
Lib/test/test_asyncio/test_streams.py