]> granicus.if.org Git - python/commit
bpo-36373: Fix deprecation warnings (GH-15889)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Wed, 11 Sep 2019 08:20:24 +0000 (11:20 +0300)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 11 Sep 2019 08:20:24 +0000 (01:20 -0700)
commit7264e92b718d307cc499b2f10eab7644b00f0499
tree7c1d18de546bd8373eeb899b8cf3824874a30dfc
parentefd5741ae953e50a6654e04cf731da86a1307296
bpo-36373: Fix deprecation warnings (GH-15889)

https://bugs.python.org/issue36373
Lib/asyncio/locks.py
Lib/asyncio/queues.py
Lib/test/test_asyncio/test_locks.py
Lib/test/test_asyncio/test_queues.py
Lib/unittest/async_case.py