]> granicus.if.org Git - python/commit
bpo-29679: Implement @contextlib.asynccontextmanager (#360)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Mon, 1 May 2017 01:25:58 +0000 (18:25 -0700)
committerYury Selivanov <yselivanov@gmail.com>
Mon, 1 May 2017 01:25:58 +0000 (18:25 -0700)
commit2e624690bd74071358566300b7ef0bc45f444a30
treef96176f5997f38c00974854907b586ce887981a3
parent9dc2b3809f38be2e403ee264958106badfda142d
bpo-29679: Implement @contextlib.asynccontextmanager (#360)
Doc/library/contextlib.rst
Doc/reference/datamodel.rst
Doc/whatsnew/3.7.rst
Lib/contextlib.py
Lib/test/test_contextlib_async.py [new file with mode: 0644]