Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 2e624690bd74071358566300b7ef0bc45f444a30 https://github.com/python/cpython/commit/2e624690bd74071358566300b7ef0bc45f444a30 Author: Jelle Zijlstra <jelle.zijlstra at gmail.com> Date: 2017年04月30日 (2017年4月30日) Changed paths: M Doc/library/contextlib.rst M Doc/reference/datamodel.rst M Doc/whatsnew/3.7.rst M Lib/contextlib.py A Lib/test/test_contextlib_async.py Log Message: ----------- bpo-29679: Implement @contextlib.asynccontextmanager (#360)