Skip to content

Commit ea1251b

Browse files
PEP 828: Add discussion link (#4857)
1 parent 863542d commit ea1251b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

peps/pep-0828.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
PEP: 828
22
Title: Supporting 'yield from' in asynchronous generators
33
Author: Peter Bierma <peter@python.org>
4-
Discussions-To: Pending
4+
Discussions-To: https://discuss.python.org/t/106459
55
Status: Draft
66
Type: Standards Track
77
Created: 07-Mar-2026
88
Python-Version: 3.15
9-
Post-History: `07-Mar-2026 <https://discuss.python.org/t/106430>`__
9+
Post-History: `07-Mar-2026 <https://discuss.python.org/t/106430>`__,
10+
`09-Mar-2026 <https://discuss.python.org/t/106459>`__
1011

1112

1213
Abstract

0 commit comments

Comments
 (0)