Path: csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.124 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.79; '*S*': 0.04; 'win32': 0.03; 'yet.': 0.03; 'python': 0.10; 'subject:pypi': 0.16; 'url:guide': 0.16; '>>>': 0.20; 'sep': 0.22; 'bit': 0.23; 'thanks,': 0.24; 'import': 0.24; 'install': 0.25; 'skip:( 20': 0.28; 'says': 0.32; 'url:org': 0.36; 'possible': 0.36; 'to:addr:python-list': 0.36; 'subject:?': 0.36; 'requirement': 0.37; 'skip:p 20': 0.38; 'url:en': 0.39; 'to:addr:python.org': 0.40; 'more': 0.63; 'latest': 0.64; 'charset:iso-8859-2': 0.64; 'subject:available': 0.79; '4.2.1': 0.84; '4.3': 0.84; 'subject:When': 0.84; 'url:readthedocs': 0.84; 'url:latest': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=shopzeus.com; s=shopzeus_com; t=1444312569; bh=RjYW6zmT9BJukQG/YNNnVGJtVgzxRdTLb1sq8vUV5Ms=; h=To:From:Subject:Date:From; b=D+bLtw6MP1Hw+DaLf+YEHu/1626R8SpwLBVTHBxxy/cbbdtaCKCiaJbkI5gRT3nZ1 MVROWou85l9JOOmgbXEZOTUutoNme1pokf0Vegjw+DsNROt+lIaX1uA84qyThRjObo 7WaBH6W824InUHISB996v85NxYsP6Nf2gR0E6DAJY3YKJ4aXpYv410l8lrrKnGe60c QG+RVqOrywRqsW/FG0kWiVxqxCz7QkhvhKgzBPT90uUxha6PtloYo/+St6wMgl/T+G z2nn5Sydd53amdSxBnL4NWdiDmEpZRj/QP2yTy9U5UuKcf5gr50XwgVYMkIk6I9LM7 KzQLAQeEqJh2w== To: python-list@python.org From: =?UTF-8?Q?Nagy_L=c3=a1szl=c3=b3_Zsolt?= Subject: When tornado 4.3 will be available at pypi? Date: Thu, 8 Oct 2015 15:55:48 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1444312578 news.xs4all.nl 23856 [2001:888:2000:d::a6]:58479 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:97505 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