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 =========