• csabella's avatar
    bpo-30052: Link `bytes` & `bytearray` to stdtypes not functions (GH-1271) · c6db4811
    csabella yazdı
    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.
    c6db4811
stdtypes.rst 174 KB