Version 0.19.1 Minor Bug fix
using with
with an async context now raises RuntimeError
instead of SyntaxError
to be consistant with other aio libs.
This is technically not backwards compatible, but since no one should be relying on this behavior, it is not being considered a minor release.