]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #26182: Raise DeprecationWarning for improper use of async/await keywords
authorYury Selivanov <yury@magic.io>
Thu, 15 Sep 2016 16:50:23 +0000 (12:50 -0400)
committerYury Selivanov <yury@magic.io>
Thu, 15 Sep 2016 16:50:23 +0000 (12:50 -0400)
commit8987c9d219f0efb438f5d707a63d0a0a0f72b3ef
tree409543083b30dda1c786a619ab9012b0c9e0483f
parent67752315979e1501b7088273b5a1aecc90b6fe67
Issue #26182: Raise DeprecationWarning for improper use of async/await keywords
Lib/asyncio/tasks.py
Lib/test/test_coroutines.py
Lib/test/test_grammar.py
Lib/xml/dom/xmlbuilder.py
Misc/NEWS
Python/ast.c