commit | c6db4811f9ea3aeff0e1fafe1c60a22835ef359e | [log] [tgz] |
---|---|---|
author | csabella <chekat2@gmail.com> | Wed Apr 26 01:47:01 2017 -0400 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Wed Apr 26 15:47:01 2017 +1000 |
tree | b27d11afad8a52fc60ce80108279e67c1a59539c | |
parent | d819ad9832292d854e9710493ecdf959b69802e3 [diff] |
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.