[Python-checkins] [python/cpython] 1c92c0: bpo-30052: Link `bytes` & `bytearray` to stdtypes ...

GitHub noreply at github.com
Fri Jun 2 00:56:25 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: 1c92c0edca413c6f8ce8ec326a67451ae751ead9
      https://github.com/python/cpython/commit/1c92c0edca413c6f8ce8ec326a67451ae751ead9
  Author: Mariatta <Mariatta at users.noreply.github.com>
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
    M Doc/library/functions.rst
    M Doc/library/stdtypes.rst
    M Doc/reference/datamodel.rst

  Log Message:
  -----------
  bpo-30052: Link `bytes` & `bytearray` to stdtypes not functions  (GH-1271) (GH-1915)

Builtin container types have two potential link targets in the docs:

- their entry in the list of builtin callables
- their type documentation

This change brings `bytes` and `bytearray` into line with other
container types by having cross-references default to linking to
their type documentation, rather than their builtin callable entry..
(cherry picked from commit c6db4811f9ea3aeff0e1fafe1c60a22835ef359e)




More information about the Python-checkins mailing list