Deprecation warning for async and await

Marco Buttu marco.buttu at gmail.com
Thu Jan 21 14:07:14 EST 2016


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 at oa-cagliari.inaf.it




More information about the Python-list mailing list