commit | 2e624690bd74071358566300b7ef0bc45f444a30 | [log] [tgz] |
---|---|---|
author | Jelle Zijlstra <jelle.zijlstra@gmail.com> | Sun Apr 30 18:25:58 2017 -0700 |
committer | Yury Selivanov <yselivanov@gmail.com> | Sun Apr 30 18:25:58 2017 -0700 |
tree | f96176f5997f38c00974854907b586ce887981a3 | |
parent | 9dc2b3809f38be2e403ee264958106badfda142d [diff] [blame] |
bpo-29679: Implement @contextlib.asynccontextmanager (#360)
diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index 4b49bfd..25afc35 100644 --- a/Doc/reference/datamodel.rst +++ b/Doc/reference/datamodel.rst
@@ -2575,6 +2575,8 @@ result in a :exc:`RuntimeError`. +.. _async-context-managers: + Asynchronous Context Managers -----------------------------