PEP 530 consequences

Issue #8 closed
Matthieu Dartiailh created an issue

PEP 530 introduced asynchronous comprehensions in Python 3.6 which led to the addition of the is_async argument to to the comprehension node.

Comments (2)

  1. Thomas Kluyver repo owner

    Thanks for the heads up. I imagine there will be a few other changes as well, like f strings and variable annotations. I haven't gotten a chance to play much with 3.6 yet.

  2. Log in to comment