From c087f9657f962a5c8f4feee82b0406c68c9061e3 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Thu, 21 May 2015 12:25:38 -0400 Subject: [PATCH] pep-0478: Mention PEP 488 --- pep-0478.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/pep-0478.txt b/pep-0478.txt index c6a4a897d..6ece1a558 100644 --- a/pep-0478.txt +++ b/pep-0478.txt @@ -66,6 +66,7 @@ Implemented / Final PEPs: * PEP 486, make the Python Launcher aware of virtual environments * PEP 475, retrying system calls that fail with EINTR * PEP 492, coroutines with async and await syntax +* PEP 488, elimination of PYO files Accepted PEPs: