Update PEP states in 3.5 release PEP

This commit is contained in:
Nick Coghlan 2014-10-05 14:06:50 +10:00
parent f23ac16974
commit 528bacbe53
1 changed files with 5 additions and 2 deletions

View File

@ -57,8 +57,11 @@ Features for 3.5
Implemented / Final PEPs:
* PEP 461, a new matrix multiplication operator
* PEP 465, %-formatting for binary strings
* PEP 465, a new matrix multiplication operator
Accepted PEPs:
* PEP 461, %-formatting for binary strings
* PEP 471, os.scandir()
Proposed changes for 3.5: