• Mariatta's avatar
    bpo-30052: Link `bytes` & `bytearray` to stdtypes not functions (GH-1271) (GH-1915) · 1c92c0ed
    Mariatta 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..
    (cherry picked from commit c6db4811)
    1c92c0ed
functions.rst 67.9 KB