Links tagged “pep”
4 links, newest first.
python.org
The PEP that adds native coroutines to Python 3.5 with async def and await, along with async with and async for.
python.org
The PEP that introduced generators and the yield statement to Python, with their specification, rationale and the resumable-function semantics they imply.



