I would like to use async/await. The tornado latest documentation says
it is possible with tornado 4.3 and later:

http://tornadokevinlee.readthedocs.org/en/latest/guide/coroutines.html

However, it is not available yet.

c:\Python\Projects>pip3 install tornado -U
Requirement already up-to-date: tornado in c:\python35\lib\site-packages

c:\Python\Projects>py -3
Python 3.5.0 (v3.5.0:374f501f4567, Sep 13 2015, 02:27:37) [MSC v.1900 64
bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import tornado
>>> print(tornado.version)
4.2.1


Thanks,

   Laszlo

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to