summaryrefslogtreecommitdiffstats
path: root/Lib/code.py
diff options
context:
space:
mode:
authorcsabella <chekat2@gmail.com>2017-04-26 05:47:01 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2017-04-26 05:47:01 (GMT)
commitc6db4811f9ea3aeff0e1fafe1c60a22835ef359e (patch)
treeb27d11afad8a52fc60ce80108279e67c1a59539c /Lib/code.py
parentd819ad9832292d854e9710493ecdf959b69802e3 (diff)
downloadcpython-c6db4811f9ea3aeff0e1fafe1c60a22835ef359e.zip
cpython-c6db4811f9ea3aeff0e1fafe1c60a22835ef359e.tar.gz
cpython-c6db4811f9ea3aeff0e1fafe1c60a22835ef359e.tar.bz2
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.
Diffstat (limited to 'Lib/code.py')
0 files changed, 0 insertions, 0 deletions