- Fixed
AttributeError: 'NoneType' object has no attribute 'create_future'
error inStreamWriter
that appeared with Python 3.8
- Added the
aioduplex()
function for creating async duplex pipes
send()
method for inheriting pipe renamed todetach()
open()
now returns a context --close()
method removed- Python 3.7+ is now required for the
get_running_loop()
andasynccontextmanager()
functions
- Skipped due to mistake that caused readme to not display on PyPi
- Bug fixes
- Bug fixes
- Initial release