Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #102047
| From | Marco Buttu <marco.buttu@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Deprecation warning for async and await |
| Date | 2016-01-21 20:07 +0100 |
| Message-ID | <mailman.183.1453560873.15297.python-list@python.org> (permalink) |
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
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Deprecation warning for async and await Marco Buttu <marco.buttu@gmail.com> - 2016-01-21 20:07 +0100
csiph-web