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$
|
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
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue