pep-494: Added PEP 495 to 3.6 proposed changes

This commit is contained in:
Alexander Belopolsky 2016-03-19 17:06:35 -04:00
parent dd6b8d2557
commit 321671df8f
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ Features for 3.6
Proposed changes for 3.6:
* PEP 447, Add __getdescriptor__ method to metaclass
* PEP 495, Local Time Disambiguation
* PEP 498, Literal String Formatting
* PEP 499, python -m foo should bind sys.modules['foo'] in additon
to sys.modules['__main__']