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

benjamin.peterson python-checkins at python.org
Wed Jun 22 02:47:33 EDT 2016


https://hg.python.org/cpython/rev/75cf678bc78d
changeset:   102125:75cf678bc78d
parent:      102117:064b29dde096
parent:      102124:cae0b7ffeb9f
user:        Benjamin Peterson <benjamin at python.org>
date:        Tue Jun 21 23:47:24 2016 -0700
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
@@ -356,8 +356,8 @@
 
 .. _whatsnew-pep-461:
 
-PEP 461 - % formatting support for bytes and bytearray
-------------------------------------------------------
+PEP 461 - percent formatting support for bytes and bytearray
+------------------------------------------------------------
 
 :pep:`461` adds support for the ``%``
 :ref:`interpolation operator <bytes-formatting>` to :class:`bytes`

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


More information about the Python-checkins mailing list