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


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

Deprecation warning for async and await

Started byMarco Buttu <marco.buttu@gmail.com>
First post2016-01-21 20:07 +0100
Last post2016-01-21 20:07 +0100
Articles 1 — 1 participant

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


Contents

  Deprecation warning for async and await Marco Buttu <marco.buttu@gmail.com> - 2016-01-21 20:07 +0100

#102047 — Deprecation warning for async and await

FromMarco Buttu <marco.buttu@gmail.com>
Date2016-01-21 20:07 +0100
SubjectDeprecation warning for async and await
Message-ID<mailman.183.1453560873.15297.python-list@python.org>
I enabled the deprecation warning in Python 3.5.1 and Python 3.6 dev, 
but I did not get any warning when assigning to async or await:

$ python -Wd -c "import sys; print(sys.version); async = 33"
3.5.1 (default, Jan 21 2016, 19:59:28)
[GCC 4.8.4]

Is it normal?

-- 
Marco Buttu

INAF-Osservatorio Astronomico di Cagliari
Via della Scienza n. 5, 09047 Selargius (CA)
Phone: 070 711 80 217
Email: mbuttu@oa-cagliari.inaf.it

[toc] | [standalone]


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


csiph-web