• Python 3.6 geldi (docs.python.org)
    by crn            0 Yorum     programlama    

  • PEP 492 introduced support for native coroutines and / syntax to Python 3.5. A notable limitation of the Python 3.5 implementation is that it was not possible to use and in the same function body. In Python 3.6 this restriction has been lifted, making it possible to define asynchronous generators: