From: Benjamin Peterson Date: Wed, 13 May 2015 15:19:06 +0000 (-0400) Subject: remove % from title, since it makes latex barf X-Git-Tag: v3.5.0b1~156 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5562c90377137064356605f57a976a7a0fc458bf;p=thirdparty%2FPython%2Fcpython.git remove % from title, since it makes latex barf --- diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index b7883652b5d9..46ea6fc9a803 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -121,8 +121,8 @@ Please read on for a comprehensive list of user-facing changes. PEP written by Carl Meyer -PEP 461 - Adding % formatting to bytes and bytearray ----------------------------------------------------- +PEP 461 - Adding formatting to bytes and bytearray +-------------------------------------------------- This PEP proposes adding % formatting operations similar to Python 2's ``str`` type to :class:`bytes` and :class:`bytearray`.