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.
C
csabella committed
c6db4811f9ea3aeff0e1fafe1c60a22835ef359e
Parent: d819ad9
Committed by Nick Coghlan <ncoghlan@gmail.com>
on 4/26/2017, 5:47:01 AM