PEP 461 has been implemented for 3.5

This commit is contained in:
Nick Coghlan 2015-02-01 15:59:42 +10:00
parent 5d8aa59c08
commit 00926f7bd4
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ Title: Adding % formatting to bytes and bytearray
Version: $Revision$ Version: $Revision$
Last-Modified: $Date$ Last-Modified: $Date$
Author: Ethan Furman <ethan@stoneleaf.us> Author: Ethan Furman <ethan@stoneleaf.us>
Status: Accepted Status: Final
Type: Standards Track Type: Standards Track
Content-Type: text/x-rst Content-Type: text/x-rst
Created: 2014-01-13 Created: 2014-01-13

View File

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