Closed onlined closed 1 year ago
I converted AiofilesContextManager to an awaitable from a coroutine, and the interface was simplified as a result. In addition to that, open is now a proper async function and types.coroutine is not used anymore.
AiofilesContextManager
open
types.coroutine
LGTM, hope it doesn't break anyone unintentionally. Can you add a changelog entry?
Thanks! Added the entry.
@Tinche kind reminder
Thanks!
I converted
AiofilesContextManager
to an awaitable from a coroutine, and the interface was simplified as a result. In addition to that,open
is now a proper async function andtypes.coroutine
is not used anymore.