From 131b9e0328cb86fb831c998ec40e9ca7db624d53 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Mon, 10 Aug 2015 14:51:51 -0400 Subject: [PATCH] pep-494: Add recently discussed PEPs to 3.6 proposed changes --- pep-0494.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pep-0494.txt b/pep-0494.txt index 119c9356e..8160a23c9 100644 --- a/pep-0494.txt +++ b/pep-0494.txt @@ -49,7 +49,12 @@ Features for 3.6 Proposed changes for 3.6: -* TBD +* PEP 447, Add __getdescriptor__ method to metaclass +* PEP 498, Literal String Formatting +* PEP 499, python -m foo should bind sys.modules['foo'] in additon + to sys.modules['__main__'] +* PEP 501, Translation ready string interpolation + Copyright =========