Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #97505
| From | Nagy László Zsolt <gandalf@shopzeus.com> |
|---|---|
| Subject | When tornado 4.3 will be available at pypi? |
| Date | 2015-10-08 15:55 +0200 |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.475.1444312578.28679.python-list@python.org> (permalink) |
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
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
When tornado 4.3 will be available at pypi? Nagy László Zsolt <gandalf@shopzeus.com> - 2015-10-08 15:55 +0200
csiph-web