diff options
author | Thomas Grainger <tagrain@gmail.com> | 2021-07-20 18:15:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-20 18:15:07 (GMT) |
commit | 7f1c330da31c54e028dceaf3610877914c2a4497 (patch) | |
tree | 300b1b0e55088dc48f76bc11a5f2799a66936115 /Misc/NEWS.d/next/Library/2021-07-05-18-13-25.bpo-44566.o51Bd1.rst | |
parent | 85fa3b6b7c11897732fedc443db0e4e8e380c8f8 (diff) | |
download | cpython-7f1c330da31c54e028dceaf3610877914c2a4497.zip cpython-7f1c330da31c54e028dceaf3610877914c2a4497.tar.gz cpython-7f1c330da31c54e028dceaf3610877914c2a4497.tar.bz2 |
bpo-44566: resolve differences between asynccontextmanager and contextmanager (#27024)
Diffstat (limited to 'Misc/NEWS.d/next/Library/2021-07-05-18-13-25.bpo-44566.o51Bd1.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-07-05-18-13-25.bpo-44566.o51Bd1.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-07-05-18-13-25.bpo-44566.o51Bd1.rst b/Misc/NEWS.d/next/Library/2021-07-05-18-13-25.bpo-44566.o51Bd1.rst new file mode 100644 index 0000000..3b00a1b --- /dev/null +++ b/Misc/NEWS.d/next/Library/2021-07-05-18-13-25.bpo-44566.o51Bd1.rst @@ -0,0 +1 @@ +handle StopIteration subclass raised from @contextlib.contextmanager generator
\ No newline at end of file |