From: Benjamin Peterson Date: Sun, 31 May 2015 05:22:42 +0000 (-0500) Subject: improve section title X-Git-Tag: v3.5.0b3~132 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3d4a457663d5b211e9357bd2ccfd60e0b5d9e57b;p=thirdparty%2FPython%2Fcpython.git improve section title --- diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 10a9a2b32f07..c39d975f871b 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -151,8 +151,8 @@ PEP written and implemented by Yury Selivanov. :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`.