]> granicus.if.org Git - python/commit
Issue #27243: Change PendingDeprecationWarning -> DeprecationWarning.
authorYury Selivanov <yury@magic.io>
Tue, 8 Nov 2016 20:13:07 +0000 (15:13 -0500)
committerYury Selivanov <yury@magic.io>
Tue, 8 Nov 2016 20:13:07 +0000 (15:13 -0500)
commit2edd8a1e2cd22f8ba46e108ff213bec8c5f86459
tree67a74827d0310416aad0ae57fbbdbbe5e3496b9f
parent1c9bd1d8ec9a022f4f222eccbddac3b4174c2ab2
Issue #27243: Change PendingDeprecationWarning -> DeprecationWarning.

As it was agreed in the issue, __aiter__ returning an awaitable
should result in PendingDeprecationWarning in 3.5 and in
DeprecationWarning in 3.6.
Lib/test/test_coroutines.py
Misc/NEWS
Python/ceval.c