Links tagged “pep”
3 links, newest first.
python.org
PEP 0492 -- Coroutines with async and await syntax PEP: 492 Title: Coroutines with async and await syntax Author: Yury Selivanov <yury at magic.io> Discussions-To: < python-dev at python.org > Status: Final Type: Standards Track Created: 09-Apr-2015 Python-Version: 3.5 Post-History: 17-Apr-2015, 21-…
python.org
Abstract This PEP introduces the concept of generators to Python, as well as a new statement used in conjunction with them, the "yield" statement.


