[Python-checkins] bpo-33854: Add PEP 461 title to 'See also' note (GH-7688) (GH-7720)

Terry Jan Reedy webhook-mailer at python.org
Fri Jun 15 16:14:56 EDT 2018


https://github.com/python/cpython/commit/ae4b2af42ce908cd3872dd4442c9805beb725167
commit: ae4b2af42ce908cd3872dd4442c9805beb725167
branch: 3.6
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: Terry Jan Reedy <tjreedy at udel.edu>
date: 2018-06-15T16:14:53-04:00
summary:

bpo-33854: Add PEP 461 title to 'See also' note (GH-7688) (GH-7720)

(cherry picked from commit a9d0b34a5c5d4fdc12bba4f9c1e314e6e132cc65)

Co-authored-by: Andrés Delfino <adelfino at gmail.com>

files:
M Doc/library/stdtypes.rst

diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
index d8a1647e8b58..239fd5717af0 100644
--- a/Doc/library/stdtypes.rst
+++ b/Doc/library/stdtypes.rst
@@ -3360,7 +3360,10 @@ Notes:
    The bytearray version of this method does *not* operate in place - it
    always produces a new object, even if no changes were made.
 
-.. seealso:: :pep:`461`.
+.. seealso::
+
+   :pep:`461` - Adding % formatting to bytes and bytearray
+
 .. versionadded:: 3.5
 
 .. _typememoryview:



More information about the Python-checkins mailing list