Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #97505 > unrolled thread

When tornado 4.3 will be available at pypi?

Started byNagy László Zsolt <gandalf@shopzeus.com>
First post2015-10-08 15:55 +0200
Last post2015-10-08 15:55 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  When tornado 4.3 will be available at pypi? Nagy László Zsolt <gandalf@shopzeus.com> - 2015-10-08 15:55 +0200

#97505 — When tornado 4.3 will be available at pypi?

FromNagy László Zsolt <gandalf@shopzeus.com>
Date2015-10-08 15:55 +0200
SubjectWhen tornado 4.3 will be available at pypi?
Message-ID<mailman.475.1444312578.28679.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web