-
-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Labels
bugSomething isn't workingSomething isn't workingnot qualifiedThe issue is not checked yet by the ownersThe issue is not checked yet by the owners
Description
Describe the bug
#267 uses an API that was added in Python 3.7, StreamWriter's wait_closed method. Prior to that, asyncio went out of its way to work with Python 3.5 and 3.6 (while the async def changes broke 3.4 for compatibility with later Python versions). We should branch on Python version to minimize breakage for older users.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingnot qualifiedThe issue is not checked yet by the ownersThe issue is not checked yet by the owners