]> git.ipfire.org Git - thirdparty/httpx.git/commit
Use Python 3.8 asyncio.Stream where possible (#369)
authorJamie Hewland <jhewland@gmail.com>
Sat, 28 Sep 2019 17:23:14 +0000 (19:23 +0200)
committerSeth Michael Larson <sethmichaellarson@gmail.com>
Sat, 28 Sep 2019 17:23:14 +0000 (12:23 -0500)
commit71cbde8ba4cab32dd96ccb91e9db20216587fae9
treeb272ebe76061cac5f1a5ec1d05e477a8b4aab218
parent6752f7d6f6edfc244fb4718b3360b82f2d87fd76
Use Python 3.8 asyncio.Stream where possible (#369)
httpx/concurrency/asyncio/__init__.py [new file with mode: 0644]
httpx/concurrency/asyncio/backend.py [moved from httpx/concurrency/asyncio.py with 79% similarity]
httpx/concurrency/asyncio/compat.py [new file with mode: 0644]
tests/test_concurrency.py