PEP 461 has been implemented for 3.5
This commit is contained in:
parent
5d8aa59c08
commit
00926f7bd4
|
@ -3,7 +3,7 @@ Title: Adding % formatting to bytes and bytearray
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Ethan Furman <ethan@stoneleaf.us>
|
||||
Status: Accepted
|
||||
Status: Final
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 2014-01-13
|
||||
|
|
|
@ -58,10 +58,10 @@ Features for 3.5
|
|||
Implemented / Final PEPs:
|
||||
|
||||
* PEP 465, a new matrix multiplication operator
|
||||
* PEP 461, %-formatting for binary strings
|
||||
|
||||
Accepted PEPs:
|
||||
|
||||
* PEP 461, %-formatting for binary strings
|
||||
* PEP 471, os.scandir()
|
||||
|
||||
Proposed changes for 3.5:
|
||||
|
|
Loading…
Reference in New Issue