]> granicus.if.org Git - python/commit
Issue 24178: support 'async with' for asyncio locks.
authorYury Selivanov <yselivanov@sprymix.com>
Wed, 13 May 2015 18:10:38 +0000 (14:10 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Wed, 13 May 2015 18:10:38 +0000 (14:10 -0400)
commit29f88c22e69a33dcf6d66f1d141c111188c5d212
tree98de80cde64578ce11bcdb71a292b974bea6d920
parent77772c0e7b8bcc21ddcfbc1be84df34bbd84942b
Issue 24178: support 'async with' for asyncio locks.
Lib/asyncio/locks.py
Lib/test/test_asyncio/test_pep492.py [new file with mode: 0644]
Misc/NEWS