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

GitHub noreply at github.com
Wed Apr 26 01:47:03 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: c6db4811f9ea3aeff0e1fafe1c60a22835ef359e
      https://github.com/python/cpython/commit/c6db4811f9ea3aeff0e1fafe1c60a22835ef359e
  Author: csabella <chekat2 at gmail.com>
  Date:   2017-04-26 (Wed, 26 Apr 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)

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.




More information about the Python-checkins mailing list