pep-0478: Mention PEP 0492 in "Accepted PEPs"

This commit is contained in:
Yury Selivanov 2015-05-05 20:25:12 -04:00
parent 0a5d32a4f9
commit f67dee2882
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ Accepted PEPs:
* PEP 475, retrying system calls that fail with EINTR
* PEP 485, math.isclose(), a function for testing approximate equality
* PEP 486, make the Python Launcher aware of virtual environments
* PEP 492, coroutines with async and await syntax
Proposed changes for 3.5: