[Python-checkins] cpython (merge 3.5 -> default): merge 3.5

benjamin.peterson python-checkins at python.org
Sun May 31 07:22:54 CEST 2015


https://hg.python.org/cpython/rev/85c22fe713a3
changeset:   96417:85c22fe713a3
parent:      96414:9d261141eb0c
parent:      96416:a09cc60d89db
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun May 31 00:22:49 2015 -0500
summary:
  merge 3.5

files:
  Doc/whatsnew/3.5.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -151,8 +151,8 @@
    :pep:`492` -- Coroutines with async and await syntax
 
 
-PEP 461 - Adding formatting to bytes and bytearray
---------------------------------------------------
+PEP 461 - Formatting support for bytes and bytearray
+----------------------------------------------------
 
 This PEP proposes adding % formatting operations similar to Python 2's ``str``
 type to :class:`bytes` and :class:`bytearray`.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list